Typo
This commit is contained in:
parent
eff391a4e8
commit
4f56d9e856
1 changed files with 1 additions and 1 deletions
|
@ -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']}")
|
||||
|
|
Loading…
Add table
Reference in a new issue