Skip to content

$variablesCount

$variablesCount will return the total amount of variables added..

Usage

$variablesCount

Example(s)

This will return your total amount of variables:

1
client.command({
2
name: "variablesCount",
3
code: `
4
$variablesCount
5
`
6
});