Table of Contents

Method ExecuteCommandAsync

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

ExecuteCommandAsync(CommandContext)

Executes specified command from given context.

public Task ExecuteCommandAsync(CommandContext ctx)

Parameters

ctx CommandContext

Context to execute command from.

Returns

Task