Table of Contents

Method SetHelpFormatter

Namespace
DSharpPlus.CommandsNext
Assembly
DSharpPlus.CommandsNext.dll

SetHelpFormatter<T>()

Sets the help formatter to use with the default help command.

public void SetHelpFormatter<T>() where T : BaseHelpFormatter

Type Parameters

T

Type of the formatter to use.