reorg botactions.rs
This commit is contained in:
parent
c0e6bcc566
commit
616d1f564f
6 changed files with 31 additions and 13 deletions
src/core
|
@ -17,7 +17,8 @@ use casual_logger::Log;
|
|||
|
||||
use crate::core::ratelimiter::RateLimiter;
|
||||
|
||||
use crate::core::bot_actions::actions_util::BotAR;
|
||||
// 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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue