From ca37c7e6cac3d24517c1257426500ccc36004170 Mon Sep 17 00:00:00 2001 From: Ske Date: Thu, 23 Jan 2020 20:29:22 +0100 Subject: [PATCH] =?UTF-8?q?Put=20the=20autoproxy=20settings=20in=20the=20c?= =?UTF-8?q?orrect=20class=20=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PluralKit.Core/Stores.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PluralKit.Core/Stores.cs b/PluralKit.Core/Stores.cs index 4ce97068..64f70394 100644 --- a/PluralKit.Core/Stores.cs +++ b/PluralKit.Core/Stores.cs @@ -72,13 +72,14 @@ namespace PluralKit { public ulong? LogChannel { get; set; } public ISet LogBlacklist { get; set; } public ISet 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