Fix joke regression
This commit is contained in:
parent
2e6dc6dad4
commit
28b3efa84e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class JokeCog(commands.Cog):
|
||||||
]
|
]
|
||||||
embed = build_embed(
|
embed = build_embed(
|
||||||
title=result["title"],
|
title=result["title"],
|
||||||
desc=None,
|
description=None,
|
||||||
fields=fields,
|
fields=fields,
|
||||||
url=f"https://reddit.com/r/jokes/comments/{result['id']}",
|
url=f"https://reddit.com/r/jokes/comments/{result['id']}",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue