BotCommands can be defined in modules

This commit is contained in:
ModulatingForce 2023-12-22 09:21:49 -05:00
commit 3fcd9cdcce
6 changed files with 111 additions and 15 deletions

View file

@ -22,6 +22,11 @@ use crate::core::ratelimiter::RateLimiter;
use crate::core::ratelimiter;
// use crate::core::ratelimiter;
// pub fn init() -> ()
// {
// println!("I was here");
// }
use crate::core::botmodules;
use crate::core::botmodules::ModulesManager;