Skip to content

$ping

$ping will return the bot’s latency.

Usage

$ping

Example(s)

This will return your bot’s latency in MS:

1
client.command({
2
name: "ping",
3
code: `
4
My ping is: $pingMS!
5
`
6
});