Fix system guild settings model mismatch
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
{
|
||||
public class SystemGuildSettings
|
||||
{
|
||||
public SystemId Guild { get; }
|
||||
public ulong Guild { get; }
|
||||
public SystemId System { get; }
|
||||
public bool ProxyEnabled { get; } = true;
|
||||
|
||||
public AutoproxyMode AutoproxyMode { get; } = AutoproxyMode.Off;
|
||||
|
Reference in New Issue
Block a user