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** `), );