$checkCondition

Checks if given expression is true or false.

Usage

$checkCondition[Expression]

Example:

Member04/02/2024
!!exec $checkCondition[$username==Mido]

Custom Command Bot 04/02/2024
true

Example:

Member04/02/2024
!!exec $checkCondition[10<5]

Custom Command Bot 04/02/2024
false

To know more about expressions

Read about it here