Custom Exec Bodies for BotCommand and Listeners #9
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ impl BotInstance
|
|||
crate::core::botmodules::BotAction::C(c) => {
|
||||
/*
|
||||
BotCommand handling -
|
||||
- Checks if the input message is a prefix with command name or alias
|
||||
- [x] Checks if the input message is a prefix with command name or alias
|
||||
*/
|
||||
|
||||
let inpt = msg.message_text.split("\n").next().expect("ERROR during BotCommand");
|
||||
|
|
Loading…
Reference in a new issue