fetchGuildCommands abstract method

Stream<ISlashCommand> fetchGuildCommands(
  1. Snowflake applicationId,
  2. Snowflake guildId, {
  3. bool withLocales = true,
})

Fetches all commands for given guildId

Implementation

Stream<ISlashCommand> fetchGuildCommands(Snowflake applicationId, Snowflake guildId, {bool withLocales = true});