fetchGuildCommands method

Stream<SlashCommand> fetchGuildCommands(
  1. Snowflake guildId
)

Fetches all guild commands for given guild

Implementation

Stream<SlashCommand> fetchGuildCommands(Snowflake guildId) =>
    this.interactionsEndpoints.fetchGuildCommands(this._client.app.id, guildId);