From 1efe88c3d3ccbbe5642d28d510a4aab7c6e4a7f8 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:50:51 -0500 Subject: [PATCH] Update PingCmd.ts --- backend/src/plugins/Utility/commands/PingCmd.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/backend/src/plugins/Utility/commands/PingCmd.ts b/backend/src/plugins/Utility/commands/PingCmd.ts index 2ddc1623..89c9fba8 100644 --- a/backend/src/plugins/Utility/commands/PingCmd.ts +++ b/backend/src/plugins/Utility/commands/PingCmd.ts @@ -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** `), );