clippy
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

This commit is contained in:
ModulatingForce 2024-04-09 13:47:06 -04:00
parent b949c70fa8
commit 7f49693a94

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