Table of Contents

Method DeleteGlobalApplicationCommandAsync

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