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
guildIdulongThe id of the guild to delete the application command in.
commandIdulongThe id of the command.