Make magicball support slash commands too

This commit is contained in:
2022-12-19 18:37:17 +01:00
parent 8f4f341aab
commit c9ff329cbb
4 changed files with 123 additions and 42 deletions

View File

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