fetchGlobalCommands method

Stream<SlashCommand> fetchGlobalCommands()

Fetches all global bots command

Implementation

Stream<SlashCommand> fetchGlobalCommands() =>
    this.interactionsEndpoints.fetchGlobalCommands(this._client.app.id);