BotGeneraorHelper cleared of warnings, other changes needed for that too

This commit is contained in:
CWX
2025-01-18 12:28:59 +00:00
parent f32e39b1da
commit 6909837aac
7 changed files with 313 additions and 334 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public record BotConfig : BaseConfig
/** Blacklist/whitelist items on a bot */
[JsonPropertyName("equipment")]
public Dictionary<string, EquipmentFilters> Equipment { get; set; }
public Dictionary<string, EquipmentFilters?> Equipment { get; set; }
/** Show a bots botType value after their name */
[JsonPropertyName("showTypeInNickname")]