mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: add 'prns' alias to pronouns command
This commit is contained in:
parent
078b5a5bcd
commit
034258f050
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ public partial class CommandTree
|
|||
await ctx.Execute<MemberEdit>(MemberRename, m => m.Name(ctx, target));
|
||||
else if (ctx.Match("description", "info", "bio", "text", "desc"))
|
||||
await ctx.Execute<MemberEdit>(MemberDesc, m => m.Description(ctx, target));
|
||||
else if (ctx.Match("pronouns", "pronoun"))
|
||||
else if (ctx.Match("pronouns", "pronoun", "prns", "pn"))
|
||||
await ctx.Execute<MemberEdit>(MemberPronouns, m => m.Pronouns(ctx, target));
|
||||
else if (ctx.Match("color", "colour"))
|
||||
await ctx.Execute<MemberEdit>(MemberColor, m => m.Color(ctx, target));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue