From bf6ea4063a7086572cc5cad417a63f48df974ec1 Mon Sep 17 00:00:00 2001 From: Dakota <73153176+dakotatokad@users.noreply.github.com> Date: Sat, 31 May 2025 16:05:43 -0600 Subject: [PATCH] fix: fix spelling of received --- src/commands/dispatches.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dispatches.ts b/src/commands/dispatches.ts index 756c3aa..2c4f550 100644 --- a/src/commands/dispatches.ts +++ b/src/commands/dispatches.ts @@ -35,7 +35,7 @@ const command: Command = { .splice(0, limit) .sort((a, b) => a.publishedUtc - b.publishedUtc)) { const {message} = dispatch; - const timestamp = `\n**Recieved**: `; if (message && message.includes('\n')) {