fetchGlobalCommands abstract method

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

Fetches global commands of application

Implementation

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