Class RegisteredChatCommand

Hierarchy

  • RegisteredChatCommand

Methods

  • Verify that an array of arguments correctly fits the usage of this command.

    Returns

    The arguments mapped from parameter name to value of the argument passed.

    Parameters

    • prefix: string
    • args: string[]

      The arguments to verify.

    Returns CommandCallError | Record<string, string>

Properties

accessCheck: AccessCheckFn
description: string

Constructors

Generated using TypeDoc