diff --git a/chatter/chatter.py b/chatter/chatter.py index ea46f02..bd21a37 100644 --- a/chatter/chatter.py +++ b/chatter/chatter.py @@ -104,7 +104,7 @@ class Chatter: await ctx.send("Gather successful! Training begins now\n(**This will take a long time, be patient**)") embed=discord.Embed(title="Loading") - embed.set_image("http://www.loop.universaleverything.com/animations/1295.gif") + embed.set_image(url="http://www.loop.universaleverything.com/animations/1295.gif") temp_message = await self.bot.say(embed=embed) future = await self.loop.run_in_executor(None, self._train, conversation)