Table of Contents

Method ExecuteAsync

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

ExecuteAsync(CommandContext)

Executes this command or its subcommand with specified context.

public override Task<CommandResult> ExecuteAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context to execute the command in.

Returns

Task<CommandResult>

Command's execution results.