$checkContains

checks if given message contains any of the texts

Usage

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

Example 1:

Member05/26/2023
!!exec $checkContains[Mido is good;good]

Custom Command Bot 05/26/2023
true

Example 2:

Member05/26/2023
!!exec $checkContains[Mido is good;bad]

Custom Command Bot 05/26/2023
false