We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c78f26 commit 9dd911cCopy full SHA for 9dd911c
src/zibot/exts/fun/fun.py
@@ -479,4 +479,4 @@ async def findblock(self, ctx):
479
description=f"{missing} ({result.id})",
480
colour=discord.Color.yellow(),
481
).set_footer(text="Work in Progress")
482
- await ctx.try_reply(embeds=[e])
+ await ctx.try_reply(embed=e)
0 commit comments