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