Class SlashCommandCustomizerInterface
java.lang.Object
org.prithvidiamond1.SlashCommandCustomizers.SlashCommandOptionCustomizer
org.prithvidiamond1.SlashCommandCustomizers.SlashCommandSubCommandCustomizer
org.prithvidiamond1.SlashCommandCustomizers.SlashCommandSubCommandGroupCustomizer
org.prithvidiamond1.SlashCommandCustomizers.SlashCommandCustomizerInterface
- Direct Known Subclasses:
SlashCommandCustomizer
Interface that allows for the customization of slash commands
Inherits
Inherits
SlashCommandSubCommandGroupCustomizer
-
Constructor Summary
-
Method Summary
Methods inherited from class org.prithvidiamond1.SlashCommandCustomizers.SlashCommandSubCommandGroupCustomizer
addSubCommandGroup, getSubCommandGroupList
Methods inherited from class org.prithvidiamond1.SlashCommandCustomizers.SlashCommandSubCommandCustomizer
addSubCommand, getSubCommandList
Methods inherited from class org.prithvidiamond1.SlashCommandCustomizers.SlashCommandOptionCustomizer
addCommandOption, addCommandOptionWithChoices, getOptionList
-
Constructor Details
-
SlashCommandCustomizerInterface
public SlashCommandCustomizerInterface()
-