Interface SlashCommandBuilderDelegate

    • Method Detail

      • addOption

        void addOption​(SlashCommandOption option)
        Adds a slash command option to the slash command.
        Parameters:
        option - The option.
      • setOptions

        void setOptions​(java.util.List<SlashCommandOption> options)
        Sets the slash commands for the slash command.
        Parameters:
        options - The options.