Table of Contents

Method DefaultHelpAsync

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

DefaultHelpAsync(CommandContext, params string[])

[Command("help")]
[Description("Displays command help.")]
public Task DefaultHelpAsync(CommandContext ctx, params string[] command)

Parameters

ctx CommandContext
command string[]

Returns

Task