Table of Contents

Method ExecuteAsync

Namespace
DSharpPlus.CommandsNext.Executors
Assembly
DSharpPlus.CommandsNext.dll

ExecuteAsync(CommandContext)

Executes a command from given context.

Task ExecuteAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context to execute in.

Returns

Task

Task encapsulating the async operation.