Fix spacing

This commit is contained in:
Bea 2022-12-20 17:23:52 +01:00
parent 6c4d362ca4
commit e08fefbda3

View File

@ -97,10 +97,10 @@ public class MessageCommandListener extends ListenerAdapter
if(commandObject == null) if(commandObject == null)
{ {
/* temporarily disabled because when people talk about the bot, it replies with this spammy message. /* temporarily disabled because when people talk about the bot, it replies with this spammy message.
event.getMessage().reply("Unrecognized command: `" + commandLabel + "`!").queue(); // todo prettier event.getMessage().reply("Unrecognized command: `" + commandLabel + "`!").queue(); // todo prettier
*/ */
return; return;
} }