Bot admins in env file #22
1 changed files with 0 additions and 3 deletions
|
@ -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<String> {
|
||||
dotenv().ok();
|
||||
let mut admins = Vec::new();
|
||||
|
|
Loading…
Reference in a new issue