$or
Returns 'true' if at least one of the provided conditions is true, otherwise 'false' is returned.
Usage
$or[confitions;...]
Parameters
conditions
(Type: String || Flag: Required): Conditions to check. Separate conditions using
;`.
Example
$nomention
$if[$or[$message==hi;$message==hey;$message==hello]==true]
Hello $username!
$endif