bulkOverrideGuildCommands abstract method

Stream<ISlashCommand> bulkOverrideGuildCommands(
  1. Snowflake applicationId,
  2. Snowflake guildId,
  3. Iterable<SlashCommandBuilder> builders
)

Bulk overrides global commands. To delete all apps global commands pass empty list to builders

Implementation

Stream<ISlashCommand> bulkOverrideGuildCommands(Snowflake applicationId, Snowflake guildId, Iterable<SlashCommandBuilder> builders);