Table of Contents

Method GetGuildApplicationCommandsAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

GetGuildApplicationCommandsAsync(ulong)

Gets all the application commands for a guild.

public Task<IReadOnlyList<DiscordApplicationCommand>> GetGuildApplicationCommandsAsync(ulong guildId)

Parameters

guildId ulong

The ID of the guild to get application commands for.

Returns

Task<IReadOnlyList<DiscordApplicationCommand>>

A list of application commands in the guild.