mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-07 19:40:54 +01:00
Fixed missing @
This commit is contained in:
parent
320a4d0411
commit
86fd2cfe06
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export const handleQuote = (quote: TweetPartial): string | null => {
|
||||||
console.log('quote tweet: ', quote);
|
console.log('quote tweet: ', quote);
|
||||||
|
|
||||||
let str = `\n`
|
let str = `\n`
|
||||||
str += `↘️ Quoting ${quote.user?.name} (${quote.user?.screen_name}) `
|
str += `↘️ Quoting ${quote.user?.name} (@${quote.user?.screen_name}) `
|
||||||
|
|
||||||
str += '═'.repeat(Math.max(60 - str.length, 0))
|
str += '═'.repeat(Math.max(60 - str.length, 0))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue