Table of Contents

Class DefaultHelpFormatter

Namespace
DisCatSharp.CommandsNext.Converters
Assembly
DisCatSharp.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

Gets the embed builder.

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.