mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 02:50:54 +01:00
Update status.ts
This commit is contained in:
parent
44c6adf4ee
commit
a891e952df
1 changed files with 1 additions and 1 deletions
|
@ -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