mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 18:20: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
|
|
@ -38,7 +38,7 @@ async def specific_member_root(ctx: CommandContext):
|
|||
await member_pronouns(ctx, member)
|
||||
elif ctx.match("color") or ctx.match("colour"):
|
||||
await member_color(ctx, member)
|
||||
elif ctx.match("birthday") or ctx.match("birthdate"):
|
||||
elif ctx.match("birthday") or ctx.match("birthdate") or ctx.match("bday"):
|
||||
await member_birthdate(ctx, member)
|
||||
elif ctx.match("delete") or ctx.match("remove") or ctx.match("destroy") or ctx.match("erase"):
|
||||
await member_delete(ctx, member)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue