BotCommands can be defined in modules
This commit is contained in:
parent
a577f502a2
commit
3fcd9cdcce
6 changed files with 111 additions and 15 deletions
src/core
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue