mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
Update PingCmd.ts
This commit is contained in:
parent
1efe88c3d3
commit
0d5ed33a5d
1 changed files with 0 additions and 6 deletions
|
@ -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**
|
||||
`),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue