mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
Add group and system colors
This commit is contained in:
parent
1b791fd7f9
commit
3603d52e9e
11 changed files with 138 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ namespace PluralKit.Core
|
|||
public Partial<string?> DisplayName { get; set; }
|
||||
public Partial<string?> Description { get; set; }
|
||||
public Partial<string?> Icon { get; set; }
|
||||
public Partial<string?> Color { get; set; }
|
||||
|
||||
public Partial<PrivacyLevel> DescriptionPrivacy { get; set; }
|
||||
public Partial<PrivacyLevel> IconPrivacy { get; set; }
|
||||
|
|
@ -18,6 +19,7 @@ namespace PluralKit.Core
|
|||
.With("display_name", DisplayName)
|
||||
.With("description", Description)
|
||||
.With("icon", Icon)
|
||||
.With("color", Color)
|
||||
.With("description_privacy", DescriptionPrivacy)
|
||||
.With("icon_privacy", IconPrivacy)
|
||||
.With("list_privacy", ListPrivacy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue