Table of Contents

Class DefaultHelpFormatter

Namespace
DSharpPlus.CommandsNext.Converters
Assembly
DSharpPlus.CommandsNext.dll

Default CommandsNext help formatter.

public class DefaultHelpFormatter : BaseHelpFormatter
Inheritance
DefaultHelpFormatter
Inherited Members

Constructors

DefaultHelpFormatter(CommandContext)

Creates a new default help formatter.

Properties

EmbedBuilder

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.