$checkContains

Checks if the 'text' contains at least one of the provided 'phrases'.

Usage

$checkContains[text;phrases]

Breakdown

  • text - The text that will be checked.
  • phrases - The phrases/words the bot will check for in 'text'. Separate phrases using ;.

Example

$nomention
$checkContains[$message;hi;hello]

example