Make dice roll support slash commands too
This commit is contained in:
@@ -119,6 +119,7 @@ public class HidekoBot
|
||||
slashCommandListener.registerCommand(new BotInfoCommand());
|
||||
slashCommandListener.registerCommand(new ClearCommand());
|
||||
slashCommandListener.registerCommand(new CoinFlipCommand());
|
||||
slashCommandListener.registerCommand(new DiceRollCommand());
|
||||
slashCommandListener.registerCommand(new DieCommand());
|
||||
slashCommandListener.registerCommand(new HelpCommand());
|
||||
slashCommandListener.registerCommand(new InviteCommand());
|
||||
|
Reference in New Issue
Block a user