From 1f7ac53e72b40a7ba9237ad881d523500fd58f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 11 May 2024 20:14:28 +0200 Subject: [PATCH] fix(ping): remove regular numbers --- src/commands/ping.tsx | 1 - src/message-commands/ping.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/commands/ping.tsx b/src/commands/ping.tsx index b6db28e..8741790 100644 --- a/src/commands/ping.tsx +++ b/src/commands/ping.tsx @@ -18,7 +18,6 @@ export default { `🏓`, `WebSocket: \`${wsClosedForm} ms\``, `Rest: \`${restClosedForm} ms\``, - `||(\`${ws} ms\`, \`${rest} ms\`)||`, ].join("\n"), }); }, diff --git a/src/message-commands/ping.ts b/src/message-commands/ping.ts index 7225372..bb3ae40 100644 --- a/src/message-commands/ping.ts +++ b/src/message-commands/ping.ts @@ -18,7 +18,6 @@ export default { `🏓`, `WebSocket: \`${wsClosedForm} ms\``, `Rest: \`${restClosedForm} ms\``, - `||(\`${ws} ms\`, \`${rest} ms\`)||`, ].join("\n"), }); },