diff --git a/src/pluralkit/bot/commands/import_commands.py b/src/pluralkit/bot/commands/import_commands.py index c2f59b64..6481dadf 100644 --- a/src/pluralkit/bot/commands/import_commands.py +++ b/src/pluralkit/bot/commands/import_commands.py @@ -30,7 +30,7 @@ async def import_tupperbox(ctx: CommandContext): raise CommandError("Timed out. Try running `pk;import` again.") s = io.BytesIO() - await message.attachments[0].save(s) + await message.attachments[0].save(s, use_cached=False) data = json.load(s) system = await ctx.get_system()