Bot admins in env file #22

Merged
modulatingforce merged 7 commits from haru_test into master 2024-04-09 13:48:55 -04:00
Showing only changes of commit 7f49693a94 - Show all commits

View file

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