Custom Command
FunctionsText Functions

$isChannelMention

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

Usage

$isChannelMention[Text]

Example:

!!exec $isChannelMention[abc]

false

Example:

!!exec $isChannelMention[<#1234567890>]

true

On this page