Fix spacing

This commit is contained in:
Bea 2022-12-20 17:23:52 +01:00
parent 6c4d362ca4
commit e08fefbda3
1 changed files with 2 additions and 2 deletions

View File

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