$checkCondition
Checks if the given condition is true or false.
Usage
$checkCondition[value1(comparisonSymbol)value2]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "condition",
code: `Given condition: 1>2
The given condition is $checkCondition[1>2]`
})Last updated
Was this helpful?