Table of Contents

Method DeleteGuildApplicationCommandAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.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