3
0
Fork 0
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:
srqc 2022-12-19 22:33:34 -05:00 committed by GitHub
parent 1efe88c3d3
commit 0d5ed33a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,12 +32,6 @@ export const PingCmd = utilityCmd({
msg.channel.send(
trimLines(`
🏓 Pong! Bot latency is ${mean} ms!
// **Ping:**
// Lowest: **${lowest}ms**
// Highest: **${highest}ms**
// Mean: **${mean}ms**
// Time between ping command and first reply: **${msgToMsgDelay!}ms**
// Shard latency: **${pluginData.client.ws.ping}ms**
`),
);