Method ExecuteCommandAsync
- Namespace
- DSharpPlus.CommandsNext
- Assembly
- DSharpPlus.CommandsNext.dll
ExecuteCommandAsync(CommandContext)
Executes specified command from given context.
public Task ExecuteCommandAsync(CommandContext ctx)
Parameters
ctx
CommandContextContext to execute command from.
Returns
- Task