feat: SCP-3114生成机制

This commit is contained in:
3cxc
2026-02-12 15:46:44 +08:00
parent fd9158244e
commit dbc0a01c22

View File

@@ -25,6 +25,7 @@ namespace EasyTools
CustomEventHandler.Config = this.LoadConfig<Config>("config.yml");
CustomEventHandler.TranslateConfig = this.LoadConfig<TranslateConfig>("translateConfig.yml");
CustomEventHandler.BadgeConfig = this.LoadConfig<BadgeConfig>("badgeConfig.yml");
CustomEventHandler.CustomRoleConfig = this.LoadConfig<CustomRoleConfig>("customRoleConfig.yml");
if (!Directory.Exists(CustomEventHandler.BadgeConfig.Pach))
{