Whoops pt. 2
This commit is contained in:
parent
cd180fe2e2
commit
e4c153f18e
@ -35,7 +35,7 @@ async def import_tupperbox(ctx: CommandContext):
|
|||||||
|
|
||||||
system = await ctx.get_system()
|
system = await ctx.get_system()
|
||||||
if not 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)
|
result = await system.import_from_tupperbox(ctx.conn, data)
|
||||||
tag_note = ""
|
tag_note = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user