Add coinflip slash command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -17,6 +17,7 @@ public class SlashCommandsUtil
|
||||
static List<CommandData> allCommands = new ArrayList<>()
|
||||
{{
|
||||
add(Commands.slash("ping", "Test if the bot is responsive."));
|
||||
add(Commands.slash("coinflip", "Flip a coin and get head or tails."));
|
||||
}};
|
||||
|
||||
public static void updateSlashCommands(JDA jdaInstance)
|
||||
|
Reference in New Issue
Block a user