Put the autoproxy settings in the correct class 👀
This commit is contained in:
parent
bf70a6e3e1
commit
ca37c7e6ca
@ -72,13 +72,14 @@ namespace PluralKit {
|
|||||||
public ulong? LogChannel { get; set; }
|
public ulong? LogChannel { get; set; }
|
||||||
public ISet<ulong> LogBlacklist { get; set; }
|
public ISet<ulong> LogBlacklist { get; set; }
|
||||||
public ISet<ulong> Blacklist { get; set; }
|
public ISet<ulong> Blacklist { get; set; }
|
||||||
public AutoproxyMode AutoproxyMode { get; set; }
|
|
||||||
public int AutoproxyMember { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SystemGuildSettings
|
public class SystemGuildSettings
|
||||||
{
|
{
|
||||||
public bool ProxyEnabled { get; set; } = true;
|
public bool ProxyEnabled { get; set; } = true;
|
||||||
|
|
||||||
|
public AutoproxyMode AutoproxyMode { get; set; }
|
||||||
|
public int AutoproxyMember { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class MemberGuildSettings
|
public class MemberGuildSettings
|
||||||
|
Loading…
Reference in New Issue
Block a user