Class DefaultHelpFormatter
- Namespace
- DSharpPlus.CommandsNext.Converters
- Assembly
- DSharpPlus.CommandsNext.dll
Default CommandsNext help formatter.
public class DefaultHelpFormatter : BaseHelpFormatter
- Inheritance
-
objectDefaultHelpFormatter
- Inherited Members
Constructors
- DefaultHelpFormatter(CommandContext)
Creates a new default help formatter.
Properties
Methods
- Build()
Construct the help message.
- WithCommand(Command)
Sets the command this help message will be for.
- WithSubcommands(IEnumerable<Command>)
Sets the subcommands for this command, if applicable. This method will be called with filtered data.