diff --git a/cogs/other.py b/cogs/other.py index 8fd94de..d426780 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -614,7 +614,7 @@ class OtherCog(commands.Cog): if not embeds: return await ctx.respond(":x: No images found in message.", delete_after=30) else: - return await ctx.respond(embeds) + return await ctx.respond(embeds=embeds) @commands.message_command(name="Convert Image to GIF") async def convert_image_to_gif(self, ctx: discord.ApplicationContext, message: discord.Message):