mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
feat: add some aliases (pk;ls and -wprns) (#432)
This commit is contained in:
parent
dce29ec933
commit
494f93d629
3 changed files with 5 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ public static class ContextListExt
|
|||
p.IncludeCreated = true;
|
||||
if (ctx.MatchFlag("with-avatar", "with-image", "with-icon", "wa", "wi", "ia", "ii", "img"))
|
||||
p.IncludeAvatar = true;
|
||||
if (ctx.MatchFlag("with-pronouns", "wp"))
|
||||
if (ctx.MatchFlag("with-pronouns", "wp", "wprns"))
|
||||
p.IncludePronouns = true;
|
||||
if (ctx.MatchFlag("with-displayname", "wdn"))
|
||||
p.IncludeDisplayName = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue