Method DeleteGuildApplicationCommandAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteGuildApplicationCommandAsync(ulong, ulong)
Deletes a application command in a guild.
public Task DeleteGuildApplicationCommandAsync(ulong guildId, ulong commandId)
Parameters
guildId
ulongThe ID of the guild to delete the application command in.
commandId
ulongThe ID of the command.