Table of Contents

Method CreateGlobalApplicationCommandAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

CreateGlobalApplicationCommandAsync(ulong, DiscordApplicationCommand)

public ValueTask<DiscordApplicationCommand> CreateGlobalApplicationCommandAsync(ulong applicationId, DiscordApplicationCommand command)

Parameters

applicationId ulong
command DiscordApplicationCommand

Returns

ValueTask<DiscordApplicationCommand>