Skip to content

$messagePing

$messagePing will return the latency of the message.

Usage

$messagePing

Example(s)

This will return the latency of your message:

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