bulkOverrideGlobalCommands abstract method

Stream<ISlashCommand> bulkOverrideGlobalCommands(
  1. Snowflake applicationId,
  2. Iterable<SlashCommandBuilder> builders
)

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

Implementation

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