Method ExecuteAsync
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
ExecuteAsync(CommandContext)
Executes this command or its subcommand with specified context.
public override Task<CommandResult> ExecuteAsync(CommandContext ctx)
Parameters
ctx
CommandContextContext to execute the command in.
Returns
- Task<CommandResult>
Command's execution results.