Table of Contents

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

guildId ulong

The id of the guild to delete the application command in.

commandId ulong

The id of the command.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task