This commit is contained in:
Zeva Rose 2021-06-27 15:32:22 -06:00
parent eff391a4e8
commit 4f56d9e856

View file

@ -78,7 +78,7 @@ class JokeCog(commands.Cog):
description="",
fields=fields,
url=f"https://reddit.com/r/jokes/comments/{result['id']}",
timestamp=datetime.fromtimestamp(result["created_urc"]),
timestamp=datetime.fromtimestamp(result["created_utc"]),
)
await ctx.send(embed=embed)
# await ctx.send(f"**{result['title']}**\n\n{result['body']}")