Switch to new reddit

This commit is contained in:
Zeva Rose 2022-04-20 09:57:49 -06:00
parent 3a6190247a
commit 2d35362764

View file

@ -32,7 +32,7 @@ async def post_embeds(sub: Sub, post: Submission) -> Optional[List[Embed]]:
Args:
post: Post to build embeds
"""
url = "https://np.reddit.com" + post.permalink
url = "https://reddit.com" + post.permalink
await post.author.load()
author_url = f"https://reddit.com/u/{post.author.name}"
images = []