Skip to main content

CommandHelp

Callable

  • CommandHelp(low: string, timeout?: number): void

  • Prints out the help for commands with tags that include low


    Parameters

    • low: string

      lower case search keyword for tags

    • optionaltimeout: number

      total time to display the help message in ms

    Returns void

    • Nothing