This commit is contained in:
ModulatingForce 2024-03-25 15:46:37 -04:00
commit f582c36f97
7 changed files with 44 additions and 32 deletions

View file

@ -20,7 +20,7 @@ use crate::core::ratelimiter::RateLimiter;
// use crate::core::bot_actions::actions_util::BotAR;
use crate::core::bot_actions::BotAR;
use crate::core::botmodules::ModulesManager;
use crate::core::identity::{IdentityManager, Permissible,self};
use crate::core::identity::{IdentityManager, Permissible};
use crate::core::botlog;
use crate::core::chat::Chat;
@ -47,7 +47,7 @@ pub enum ChangeResult {
pub struct Channel(pub String);
use super::bot_actions::ExecBodyParams;
use super::botmodules::{BotAction, StatusType};
use super::botmodules::StatusType;
#[derive(Clone)]
pub struct BotManagers {