Skip to content

Commit

Permalink
fix: "Cannot mix embed and embeds keyword arguments."
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Aug 19, 2024
1 parent 7c78f26 commit 9dd911c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zibot/exts/fun/fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,4 @@ async def findblock(self, ctx):
description=f"{missing} ({result.id})",
colour=discord.Color.yellow(),
).set_footer(text="Work in Progress")
await ctx.try_reply(embeds=[e])
await ctx.try_reply(embed=e)

0 comments on commit 9dd911c

Please sign in to comment.