Actually register help command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-21 15:14:57 +01:00
parent 24bb560d93
commit 3038be9a28
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class SlashCommandUtil
.addOption(OptionType.INTEGER, "amount", "The amount of messages to delete.")
.setDefaultPermissions(DefaultMemberPermissions.enabledFor(Permission.MESSAGE_MANAGE)));
add(Commands.slash("coinflip", "Flip a coin and get head or tails."));
add(Commands.slash("help", "Get general help on the bot."));
add(Commands.slash("invite", "Get an invite link for the bot."));
add(Commands.slash("ping", "Test if the bot is responsive."));
}};