Skip to content

Commit 9dd911c

Browse files
committed
fix: "Cannot mix embed and embeds keyword arguments."
1 parent 7c78f26 commit 9dd911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zibot/exts/fun/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,4 +479,4 @@ async def findblock(self, ctx):
479479
description=f"{missing} ({result.id})",
480480
colour=discord.Color.yellow(),
481481
).set_footer(text="Work in Progress")
482-
await ctx.try_reply(embeds=[e])
482+
await ctx.try_reply(embed=e)

0 commit comments

Comments
 (0)