$checkCondition

Checks if given expression is true or false.

Usage

$checkCondition[Expression]

Example:

Member03/05/2025
!!exec $checkCondition[$username==Mido]

Custom Command Bot 03/05/2025
true

Example:

Member03/05/2025
!!exec $checkCondition[10<5]

Custom Command Bot 03/05/2025
false

To know more about expressions

Read about it here