$variablesCount
$variablesCount
will return the total amount of variables added.
Usage
$variablesCount
Example(s)
This will return your total amount of variables:
1client.command({2 name: "variablesCount",3 code: `4 $variablesCount5 `6});