From 7f49693a942366a9efe05215e16629ae1b872b58 Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:47:06 -0400 Subject: [PATCH] clippy --- src/core/identity.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/identity.rs b/src/core/identity.rs index 5f7fac1..61c09dc 100644 --- a/src/core/identity.rs +++ b/src/core/identity.rs @@ -21,9 +21,6 @@ use crate::core::botmodules::{BotActionTrait, BotCommand, BotModule, ModulesMana use dotenv::dotenv; use std::env; -use dotenv::dotenv; -use std::env; - fn adminvector() -> Vec { dotenv().ok(); let mut admins = Vec::new();