mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add more aliases and update help
This commit is contained in:
parent
52e1c06d1b
commit
f49c2baaff
4 changed files with 35 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ async def system_root(ctx: CommandContext):
|
|||
# Commands that operate without a specified system (usually defaults to the executor's own system)
|
||||
if ctx.match("name") or ctx.match("rename"):
|
||||
await system_name(ctx)
|
||||
elif ctx.match("description"):
|
||||
elif ctx.match("description") or ctx.match("desc"):
|
||||
await system_description(ctx)
|
||||
elif ctx.match("avatar") or ctx.match("icon"):
|
||||
await system_avatar(ctx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue