From e4c153f18ea5ef71f663799880b00ecbf32e17e4 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 18 Feb 2019 16:45:40 +0100 Subject: [PATCH] Whoops pt. 2 --- src/pluralkit/bot/commands/import_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluralkit/bot/commands/import_commands.py b/src/pluralkit/bot/commands/import_commands.py index 8d025278..c2f59b64 100644 --- a/src/pluralkit/bot/commands/import_commands.py +++ b/src/pluralkit/bot/commands/import_commands.py @@ -35,7 +35,7 @@ async def import_tupperbox(ctx: CommandContext): system = await ctx.get_system() if not system: - system = await System.create_system(ctx.conn, account_id=ctx.author.id) + system = await System.create_system(ctx.conn, account_id=ctx.message.author.id) result = await system.import_from_tupperbox(ctx.conn, data) tag_note = ""