Table of Contents

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 CommandContext

The ctx.

command string[]

The command.

Returns

Task

A Task.