$getVar
Gets a global/global-user variable.
Usage
$getVar[variableName;(userID)]
🧙♂️ For a global variable, a
userIDdoesn't need to be provided. For a global-user variable,userIDmust be provided.
Parameters
variableName(Type: String || Flag: Required): The name of the variable to get the value from.userID(Type: Snowflake, String || Flag: Vacantable): The user to get the value for (if global-user).
Example
$nomention
You have $getVar[Money;$mentioned[1;yes]] coins!

Additional Reading
Check our Variable Guide!