Table of Contents

Method GetGuildApplicationCommandAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

GetGuildApplicationCommandAsync(ulong, ulong, ulong)

public ValueTask<DiscordApplicationCommand> GetGuildApplicationCommandAsync(ulong applicationId, ulong guildId, ulong commandId)

Parameters

applicationId ulong
guildId ulong
commandId ulong

Returns

ValueTask<DiscordApplicationCommand>