mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
Fix system guild settings model mismatch
This commit is contained in:
parent
a83e9306bb
commit
178e256583
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
{
|
{
|
||||||
public class SystemGuildSettings
|
public class SystemGuildSettings
|
||||||
{
|
{
|
||||||
public SystemId Guild { get; }
|
public ulong Guild { get; }
|
||||||
|
public SystemId System { get; }
|
||||||
public bool ProxyEnabled { get; } = true;
|
public bool ProxyEnabled { get; } = true;
|
||||||
|
|
||||||
public AutoproxyMode AutoproxyMode { get; } = AutoproxyMode.Off;
|
public AutoproxyMode AutoproxyMode { get; } = AutoproxyMode.Off;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue