Merge pull request #44 from SpeedyFolf/patch-1

Patch 1
This commit is contained in:
dangered wolf 2022-08-22 03:25:41 -04:00 committed by GitHub
commit 581e7bb9a7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.