Table of Contents

Method GetGlobalApplicationCommandsAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

GetGlobalApplicationCommandsAsync()

Gets all the global application commands for this application.

public Task<IReadOnlyList<DiscordApplicationCommand>> GetGlobalApplicationCommandsAsync()

Returns

Task<IReadOnlyList<DiscordApplicationCommand>>

A list of global application commands.