Custom Command
FunctionsText Functions

$checkContains

checks if given message contains any of the texts

Usage

$checkContains[message;text1;text2;...]

Example 1:

!!exec $checkContains[Mido is good;good]

true

Example 2:

!!exec $checkContains[Mido is good;bad]

false

On this page