mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
Whoops pt. 2
This commit is contained in:
parent
cd180fe2e2
commit
e4c153f18e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue