comments cleanup

This commit is contained in:
ModulatingForce 2024-03-23 20:14:42 -04:00
commit d372d0dc79
2 changed files with 0 additions and 11 deletions

View file

@ -304,11 +304,6 @@ impl BotInstance {
} else { None }
;
// let inpt = match reply {
// None => arg1, // Regular message, use the first arg as the command
// Some(_) => arg2, // A reply message, use the 2nd arg as the command
// };
let inpt = match reply {
None => { // Regular message, use the first arg as the command