mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix parameter error introduced before
This commit is contained in:
parent
801af41bda
commit
d0e0070f19
2 changed files with 3 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ async def account_unlink(ctx: CommandContext):
|
|||
|
||||
|
||||
async def system_fronter(ctx: CommandContext, system: System):
|
||||
embed = await embeds.front_status(await system.get_latest_switch(ctx.conn), ctx.conn)
|
||||
embed = await embeds.front_status(ctx, await system.get_latest_switch(ctx.conn))
|
||||
await ctx.reply(embed=embed)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue