From a891e952dfd4f4b67c20c941730e22bf386c15fd Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Sun, 21 Aug 2022 21:00:55 -0500 Subject: [PATCH] Update status.ts --- src/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.ts b/src/status.ts index 7c93ff9..b33e718 100644 --- a/src/status.ts +++ b/src/status.ts @@ -308,7 +308,7 @@ export const handleStatus = async ( authorText = `↪ Replying to @${tweet.replying_to}`; /* We'll assume it's a thread if it's a reply to themselves */ } else if (tweet.replying_to === tweet.author.screen_name) { - authorText = `↪ A part @${tweet.author.screen_name}'s thread`; + authorText = `↪ A part of @${tweet.author.screen_name}'s thread`; } /* The additional oembed is pulled by Discord to enable improved embeds.