From 44c6adf4ee0cee8f9b7211722ef875eaac36f309 Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Sun, 21 Aug 2022 20:58:18 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a5a0e7..6e3e3df 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Want to link directly to a Tweet's media without the embed? You can easily do th ![Image demonstrating the feature](https://cdn.discordapp.com/attachments/165560751363325952/1006338772192989194/FixTweet.png) -There's a few supported ways to do this: +There are a few supported ways to do this: - Add `d.` or `dl.` before the domain (so, `d.twittpr.com` or `dl.fxtwitter.com`) - Add `.mp4` to the end of videos or `.jpg` to the end of images, after the tweet ID From a891e952dfd4f4b67c20c941730e22bf386c15fd Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Sun, 21 Aug 2022 21:00:55 -0500 Subject: [PATCH 2/2] 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.