Skip to content

$playerPing

$playerPing will return the voice latency. will return nothing if there are no active player.

Usage

$playerPing

Example(s)

This will return the voice latency

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