Skip to content

$historyLength

$historyLength will return the history length.

Usage

$historyLength

Example(s)

This will return the history length

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