Annotation Interface SlashCommandArg


@Target(METHOD) @Retention(RUNTIME) public @interface SlashCommandArg
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    net.dv8tion.jda.api.interactions.commands.OptionType
     
  • Element Details

    • optionType

      net.dv8tion.jda.api.interactions.commands.OptionType optionType
      Default:
      STRING
    • name

      String name
    • description

      String description