diff --git a/jarvis/cogs/modlog/message.py b/jarvis/cogs/modlog/message.py index c6cc3e6..65dff42 100644 --- a/jarvis/cogs/modlog/message.py +++ b/jarvis/cogs/modlog/message.py @@ -97,5 +97,5 @@ class ModlogMessageCog(commands.Cog): await channel.send(embed=embed) else: await channel.send( - embed=embed, file=(await message.attachments[0].to_file) + embed=embed, file=(await message.attachments[0].to_file()) )