comment cleanup
This commit is contained in:
parent
079fa3e1b0
commit
3f6e3710ef
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ impl BotInstance
|
||||||
crate::core::botmodules::BotAction::C(c) => {
|
crate::core::botmodules::BotAction::C(c) => {
|
||||||
/*
|
/*
|
||||||
BotCommand handling -
|
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");
|
let inpt = msg.message_text.split("\n").next().expect("ERROR during BotCommand");
|
||||||
|
|
Loading…
Reference in a new issue