diff --git a/cogs/interaction.py b/cogs/interaction.py index ee3cdb3..c311cbe 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -135,7 +135,7 @@ class Interaction: url = member.avatar_url if ctx.message.server.me.permissions_in(ctx.message.channel).attach_files: file = await utilities.download_image(url) - await self.bot.upload(file) + await self.bot.upload(file, filename='avatar.jpg') else: await self.bot.say(url)