Add more aliases and update help

This commit is contained in:
xBelladonna
2019-04-11 17:40:56 +09:30
committed by Astrid
parent 52e1c06d1b
commit f49c2baaff
4 changed files with 35 additions and 8 deletions

View File

@@ -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)