fetchGlobalCommands abstract method

Stream<ISlashCommand> fetchGlobalCommands(
  1. {bool withLocales = true}
)

Fetches all global bots command

Implementation

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