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