mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add frontpercent command aliases
Added commands: pk;system front% pk;system fp
This commit is contained in:
parent
2648f208da
commit
ccbcddc444
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ async def system_root(ctx: CommandContext):
|
|||
await system_fronter(ctx, await ctx.ensure_system())
|
||||
elif ctx.match("fronthistory"):
|
||||
await system_fronthistory(ctx, await ctx.ensure_system())
|
||||
elif ctx.match("frontpercent") or ctx.match("frontbreakdown") or ctx.match("frontpercentage"):
|
||||
elif ctx.match("frontpercent") or ctx.match("frontbreakdown") or ctx.match("frontpercentage") or ctx.match("front%") or ctx.match("fp"):
|
||||
await system_frontpercent(ctx, await ctx.ensure_system())
|
||||
elif ctx.match("timezone") or ctx.match("tz"):
|
||||
await system_timezone(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue