Table of Contents

Method DeleteGlobalApplicationCommandAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

DeleteGlobalApplicationCommandAsync(ulong)

Deletes a global application command.

public Task DeleteGlobalApplicationCommandAsync(ulong commandId)

Parameters

commandId ulong

The ID of the command to delete.

Returns

Task