Update bot jsons

This commit is contained in:
Archangel
2025-08-23 19:16:52 +02:00
parent 7415436efa
commit 9dec5e8dc7
59 changed files with 204237 additions and 158018 deletions
@@ -118,6 +118,7 @@ public class ImporterUtil(ISptLogger<ImporterUtil> logger, FileUtil fileUtil, Js
}
catch (Exception ex)
{
logger.Critical($"Unable to deserialize or find properties on file '{file}'", ex);
throw new Exception($"Unable to deserialize or find properties on file '{file}'", ex);
}
}