From 0d5ed33a5d5a636732a7448c4a5786be3d27b1e0 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:33:34 -0500 Subject: [PATCH] Update PingCmd.ts --- backend/src/plugins/Utility/commands/PingCmd.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backend/src/plugins/Utility/commands/PingCmd.ts b/backend/src/plugins/Utility/commands/PingCmd.ts index 89c9fba8..108d7152 100644 --- a/backend/src/plugins/Utility/commands/PingCmd.ts +++ b/backend/src/plugins/Utility/commands/PingCmd.ts @@ -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** `), );