mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 03:51:36 +08:00
feat: SCP-3114生成机制
This commit is contained in:
@@ -25,6 +25,7 @@ namespace EasyTools
|
|||||||
CustomEventHandler.Config = this.LoadConfig<Config>("config.yml");
|
CustomEventHandler.Config = this.LoadConfig<Config>("config.yml");
|
||||||
CustomEventHandler.TranslateConfig = this.LoadConfig<TranslateConfig>("translateConfig.yml");
|
CustomEventHandler.TranslateConfig = this.LoadConfig<TranslateConfig>("translateConfig.yml");
|
||||||
CustomEventHandler.BadgeConfig = this.LoadConfig<BadgeConfig>("badgeConfig.yml");
|
CustomEventHandler.BadgeConfig = this.LoadConfig<BadgeConfig>("badgeConfig.yml");
|
||||||
|
CustomEventHandler.CustomRoleConfig = this.LoadConfig<CustomRoleConfig>("customRoleConfig.yml");
|
||||||
|
|
||||||
if (!Directory.Exists(CustomEventHandler.BadgeConfig.Pach))
|
if (!Directory.Exists(CustomEventHandler.BadgeConfig.Pach))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user