$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
1client.command({2 name: 'playerping',3 code: `4 $playerPing5 `6});
This will return the voice latency
1module.exports = [{2 name: 'playerping',3 code: `4 $playerPing5 `6}]