Method DeleteGuildApplicationCommandAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
DeleteGuildApplicationCommandAsync(ulong, ulong, CancellationToken)
Deletes a application command in a guild.
public Task DeleteGuildApplicationCommandAsync(ulong guildId, ulong commandId, CancellationToken cancellationToken = default)
Parameters
guildIdulongThe id of the guild to delete the application command in.
commandIdulongThe id of the command.
cancellationTokenCancellationTokenA token to cancel the request.