mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
Add server-specific system tag
This commit is contained in:
parent
28bcb35bb2
commit
9d4006b056
11 changed files with 163 additions and 7 deletions
|
|
@ -23,6 +23,8 @@ namespace PluralKit.Core
|
|||
public MemberId[] LastSwitchMembers { get; } = new MemberId[0];
|
||||
public Instant? LastSwitchTimestamp { get; }
|
||||
public string? SystemTag { get; }
|
||||
public string? SystemGuildTag { get; }
|
||||
public bool TagEnabled { get; }
|
||||
public string? SystemAvatar { get; }
|
||||
public bool AllowAutoproxy { get; }
|
||||
public int? LatchTimeout { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue