Method SetHelpFormatter
- Namespace
- Dis
Cat .CommandsSharp Next
- Assembly
- DisCatSharp.CommandsNext.dll
SetHelpFormatter<T>(IReadOnlyDictionary<int, CommandsNextExtension>)
Sets the help formatter to use with the default help command.
public static void SetHelpFormatter<T>(this IReadOnlyDictionary<int, CommandsNextExtension> extensions) where T : BaseHelpFormatter
Parameters
extensions
IReadOnly <int, CommandsDictionary Next >Extension Extensions to set the help formatter on.
Type Parameters
T
Type of the formatter to use.