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(
|
||||
trimLines(`
|
||||
**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**
|
||||
🏓 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