Interface SlashCommandJavacord

    • Method Detail

      • getOptions

        default List<SlashCommandOption> getOptions()
        Returns the slash command options of this command that should be used when registering the command.

        The default implementation of this method returns an empty list.

        Returns:
        the slash command options of this command