mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 14:57:54 +00:00
Move system tag/icon from ProxyMember to MessageContent
This commit is contained in:
parent
2a39489c4d
commit
729930a562
4 changed files with 17 additions and 18 deletions
|
|
@ -23,5 +23,7 @@ namespace PluralKit.Core
|
|||
public int LastSwitch { get; set; }
|
||||
public IReadOnlyList<int> LastSwitchMembers { get; set; } = new int[0];
|
||||
public Instant LastSwitchTimestamp { get; set; }
|
||||
public string? SystemTag { get; set; }
|
||||
public string? SystemAvatar { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue