Table of Contents

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 ulong

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

commandId ulong

The id of the command.

Returns

Task