gluon
    Preparing search index...

    Function verifyMessageLink

    • Verifies if the given text contains a valid Discord message link.

      Parameters

      • text: string

        The text to be verified.

      Returns null | string

      The matched Discord message link if found, otherwise null.

      RangeError - If the text length exceeds the maximum allowed limit.