comment cleanup

This commit is contained in:
ModulatingForce 2024-01-29 04:11:45 -05:00
parent 079fa3e1b0
commit 3f6e3710ef

View file

@ -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");