From 3f6e3710ef953f70124a7e3a5be07120feac1e03 Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:11:45 -0500 Subject: [PATCH] comment cleanup --- src/core/botinstance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");