Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Dec 8, 2024
1 parent de12a7e commit d04be91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reddit/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def discord(self, submission: models.Submission):
icon_url='https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png'
),
title=submission.title,
url=f"https://www.reddit.com{submission.permalink}",
url=f"https://www.reddit.com{submission.permalink}",
timestamp=datetime.fromtimestamp(submission.created_utc),
thumbnail='https://www.redditstatic.com/desktop2x/img/[email protected]',
)
Expand Down

0 comments on commit d04be91

Please sign in to comment.