Custom Command
FunctionsText Functions

$isUserMention

To check if text provided satisfy discord user mention format or not

Usage

$isUserMention[Text]

Example:

!!exec $isUserMention[abc]

false

Example:

!!exec $isUserMention[<@!1234567890>]

true

On this page