mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
commit
581e7bb9a7
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ Want to link directly to a Tweet's media without the embed? You can easily do th
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue