mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add member color to card
This commit is contained in:
parent
66690423e8
commit
99919ea6ea
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ namespace PluralKit.Bot {
|
|||
if (member.Pronouns != null) eb.AddField("Pronouns", member.Pronouns);
|
||||
if (messageCount > 0) eb.AddField("Message Count", messageCount);
|
||||
if (member.HasProxyTags) eb.AddField("Proxy Tags", $"{member.Prefix}text{member.Suffix}");
|
||||
if (member.Color != null) eb.AddField("Color", $"#{member.Color}");
|
||||
|
||||
return eb.Build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue