$historyLength
$historyLength
will return the history length.
Usage
$historyLength
Example(s)
This will return the history length
1client.command({2 name: 'historylength',3 code: `4 $historyLength5 `6});
This will return the history length
1module.exports = [{2 name: 'historylength',3 code: `4 $historyLength5 `6}]