Class CommandsNextExtension.DefaultHelpModule
Inherited Members
Namespace: DSharpPlus.CommandsNext
Assembly: cs.temp.dll.dll
Syntax
public class DefaultHelpModule : BaseCommandModule
Methods
DefaultHelpAsync(CommandContext, String[])
Declaration
public Task DefaultHelpAsync(CommandContext ctx, params string[] command)
Parameters
Type | Name | Description |
---|---|---|
CommandContext | ctx | |
System.String[] | command |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |