mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Update PingCmd.ts
This commit is contained in:
parent
a003987dea
commit
1efe88c3d3
1 changed files with 7 additions and 6 deletions
|
@ -31,12 +31,13 @@ export const PingCmd = utilityCmd({
|
||||||
|
|
||||||
msg.channel.send(
|
msg.channel.send(
|
||||||
trimLines(`
|
trimLines(`
|
||||||
**Ping:**
|
🏓 Pong! Bot latency is ${mean} ms!
|
||||||
Lowest: **${lowest}ms**
|
// **Ping:**
|
||||||
Highest: **${highest}ms**
|
// Lowest: **${lowest}ms**
|
||||||
Mean: **${mean}ms**
|
// Highest: **${highest}ms**
|
||||||
Time between ping command and first reply: **${msgToMsgDelay!}ms**
|
// Mean: **${mean}ms**
|
||||||
Shard latency: **${pluginData.client.ws.ping}ms**
|
// Time between ping command and first reply: **${msgToMsgDelay!}ms**
|
||||||
|
// Shard latency: **${pluginData.client.ws.ping}ms**
|
||||||
`),
|
`),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue