fetchGuildCommands abstract method

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

Fetches all guild commands for given guild

Implementation

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