Skip to content

$voicePing

$voicePing will return the voice latency.

Usage

$voicePing[type?]

Parameters

FieldTypeDescriptionRequired
type?stringtype to return
1. ws (default)
2. upd
false

Example(s)

This will return the current voice latency:

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