Error message

This commit is contained in:
GregTCLTK 2020-02-07 00:39:27 +01:00
parent e178c724f9
commit 96eb486661
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -78,6 +78,7 @@ public class CommandHandler {
} }
if (run) if (run)
cmd.executed(args, commandEvent); cmd.executed(args, commandEvent);
else event.getMessage().addReaction("").queue();
return; return;
} }
} }