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();