mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
feat: show member color in reply embed
This commit is contained in:
parent
cf93b8b3cc
commit
517abf7ff1
3 changed files with 13 additions and 4 deletions
|
|
@ -19,7 +19,9 @@ namespace PluralKit.Core
|
|||
public string? ServerAvatar { get; }
|
||||
public string? Avatar { get; }
|
||||
|
||||
|
||||
public bool AllowAutoproxy { get; }
|
||||
public string? Color { get; }
|
||||
|
||||
public string ProxyName(MessageContext ctx) => ctx.SystemTag != null
|
||||
? $"{ServerName ?? DisplayName ?? Name} {ctx.SystemTag}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue