Method DefaultHelpAsync
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
DefaultHelpAsync(CommandContext, params string[])
Defaults the help async.
[Command("help")]
[Description("Displays command help.")]
public Task DefaultHelpAsync(CommandContext ctx, params string[] command)
Parameters
ctx
CommandContextThe ctx.
command
string[]The command.
Returns
- Task
A Task.