Adjust embed username to include @
This commit is contained in:
parent
a2ff1b52c6
commit
75338b4a79
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def tweet_embeds(tweet: tweepy.models.Status) -> List[Embed]:
|
||||||
url=url,
|
url=url,
|
||||||
)
|
)
|
||||||
base_embed.set_author(
|
base_embed.set_author(
|
||||||
name=tweet.user.name,
|
name="@" + tweet.user.name,
|
||||||
url=url,
|
url=url,
|
||||||
icon_url=tweet.author.profile_image_url_https,
|
icon_url=tweet.author.profile_image_url_https,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue