diff --git a/src/core/botinstance.rs b/src/core/botinstance.rs index 3d3f6b9..c2bff7a 100644 --- a/src/core/botinstance.rs +++ b/src/core/botinstance.rs @@ -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");