mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: system pronouns (#429)
This commit is contained in:
parent
062835e0c5
commit
7efe6f1f97
11 changed files with 99 additions and 2 deletions
|
|
@ -103,6 +103,9 @@ public class EmbedService
|
|||
"*(tag is disabled in this server)*"));
|
||||
}
|
||||
|
||||
if (system.PronounPrivacy.CanAccess(ctx) && system.Pronouns != null)
|
||||
eb.Field(new Embed.Field("Pronouns", system.Pronouns, true));
|
||||
|
||||
if (!system.Color.EmptyOrNull()) eb.Field(new Embed.Field("Color", $"#{system.Color}", true));
|
||||
|
||||
eb.Field(new Embed.Field("Linked accounts", string.Join("\n", users).Truncate(1000), true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue