Method DeleteGuildApplicationCommandAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.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.