• Create a message string for the message parser.

    Returns

    The message parser message string.

    Type Parameters

    • MACRO_ENUM extends string = string

      Represents for type safety all supported macros.

    Parameters

    • message: MessageForParserMessageElements<MACRO_ENUM>[]

      The message represented by an array of elements to be parsed to a string.

    • insidePlugin: boolean = false

      Set this to true so it can be used inside a plugin (so characters get correctly escaped).

    Returns string

Generated using TypeDoc