Improved logging with exceptions and remove config enum parameter

This commit is contained in:
Alex
2025-01-15 11:49:42 +00:00
parent f55f3f45ec
commit 6a2f11d2c4
39 changed files with 90 additions and 58 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ public class InRaidController
_localisationService = localisationService;
_applicationContext = applicationContext;
_configServer = configServer;
_inRaidConfig = configServer.GetConfig<InRaidConfig>(ConfigTypes.IN_RAID);
_botConfig = configServer.GetConfig<BotConfig>(ConfigTypes.BOT);
_inRaidConfig = configServer.GetConfig<InRaidConfig>();
_botConfig = configServer.GetConfig<BotConfig>();
}
/// <summary>