The options for the default HelpCommand | help command.

interface HelpOptions {
    deleteMessageAfterDelay?: number;
    globalMenuExcludeCommands?: string[];
    globalMenuUseList?: boolean;
}

Properties

deleteMessageAfterDelay?: number

Delete the help message after the delay, in seconds.

globalMenuExcludeCommands?: string[]

Exclude commands to the global help menu, exclude by name or alias.

globalMenuUseList?: boolean

Use a list of commands instead of a list categories. Will only work for 25 commands max and throw an error if you use it with more commands.

Generated using TypeDoc