Method GetGuildApplicationCommandAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetGuildApplicationCommandAsync(ulong, ulong, ulong)
public ValueTask<DiscordApplicationCommand> GetGuildApplicationCommandAsync(ulong applicationId, ulong guildId, ulong commandId)
Parameters
applicationId
ulongguildId
ulongcommandId
ulong
Returns
- ValueTask<DiscordApplicationCommand>