$checkContains

checks if given message contains any of the texts

Usage

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

Example 1:

Member04/02/2024
!!exec $checkContains[Mido is good;good]

Custom Command Bot 04/02/2024
true

Example 2:

Member04/02/2024
!!exec $checkContains[Mido is good;bad]

Custom Command Bot 04/02/2024
false