Make love calculator also support slash commands

This commit is contained in:
2022-12-20 22:32:40 +01:00
parent 174b78704f
commit 1c82d2b53b
4 changed files with 102 additions and 22 deletions

View File

@@ -122,6 +122,7 @@ public class HidekoBot
slashCommandListener.registerCommand(new DieCommand());
slashCommandListener.registerCommand(new HelpCommand());
slashCommandListener.registerCommand(new InviteCommand());
slashCommandListener.registerCommand(new LoveCalculatorCommand());
slashCommandListener.registerCommand(new MagicBallCommand());
slashCommandListener.registerCommand(new PingCommand());
slashCommandListener.registerCommand(new SayCommand());