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')) {