v1.0.3 #370

Merged
greg6775 merged 18 commits from greg-dev into master 2020-02-15 14:37:33 +01:00
Showing only changes of commit 96eb486661 - Show all commits

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;
} }
} }