Annotation Interface CommandOption
@Target(METHOD)
@Retention(RUNTIME)
@Repeatable(CommandOptions.class)
public @interface CommandOption
Add option to command
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionnet.dv8tion.jda.api.interactions.commands.OptionType
-
Optional Element Summary
Optional Elements