From dbc0a01c2217c9069dba97519d1726336886e991 Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:46:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SCP-3114=E7=94=9F=E6=88=90=E6=9C=BA?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.cs b/Plugins.cs index 1423061..f1a4aa1 100644 --- a/Plugins.cs +++ b/Plugins.cs @@ -25,6 +25,7 @@ namespace EasyTools CustomEventHandler.Config = this.LoadConfig("config.yml"); CustomEventHandler.TranslateConfig = this.LoadConfig("translateConfig.yml"); CustomEventHandler.BadgeConfig = this.LoadConfig("badgeConfig.yml"); + CustomEventHandler.CustomRoleConfig = this.LoadConfig("customRoleConfig.yml"); if (!Directory.Exists(CustomEventHandler.BadgeConfig.Pach)) {