reorg botactions.rs

This commit is contained in:
ModulatingForce 2024-03-24 14:09:08 -04:00
commit 616d1f564f
6 changed files with 31 additions and 13 deletions
src/custom/experimental

View file

@ -24,7 +24,8 @@ use crate::core::botlog;
use casual_logger::Log;
use crate::core::bot_actions::actions_util::{self, BotAR};
use crate::core::bot_actions::actions_util;
use crate::core::bot_actions::BotAR;
use crate::core::botmodules::{BotActionTrait, BotCommand, BotModule, ModulesManager};
use crate::core::identity::UserRole::*;