mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Put the autoproxy settings in the correct class 👀
This commit is contained in:
parent
bf70a6e3e1
commit
ca37c7e6ca
1 changed files with 3 additions and 2 deletions
|
|
@ -72,13 +72,14 @@ namespace PluralKit {
|
|||
public ulong? LogChannel { get; set; }
|
||||
public ISet<ulong> LogBlacklist { get; set; }
|
||||
public ISet<ulong> Blacklist { get; set; }
|
||||
public AutoproxyMode AutoproxyMode { get; set; }
|
||||
public int AutoproxyMember { get; set; }
|
||||
}
|
||||
|
||||
public class SystemGuildSettings
|
||||
{
|
||||
public bool ProxyEnabled { get; set; } = true;
|
||||
|
||||
public AutoproxyMode AutoproxyMode { get; set; }
|
||||
public int AutoproxyMember { get; set; }
|
||||
}
|
||||
|
||||
public class MemberGuildSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue