Method SetHelpFormatter
- Namespace
- DisCatSharp.CommandsNext
- 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
IReadOnlyDictionary<int, CommandsNextExtension>Extensions to set the help formatter on.
Type Parameters
T
Type of the formatter to use.