fetchGuildCommands abstract method

Stream<ISlashCommand> fetchGuildCommands(
  1. Snowflake guildId
)

Fetches all guild commands for given guild

Implementation

Stream<ISlashCommand> fetchGuildCommands(Snowflake guildId);