Formatting and naming consistency changes

This commit is contained in:
Chomp
2025-09-02 14:27:10 +01:00
parent b563bf1feb
commit e5d0af3890
78 changed files with 696 additions and 724 deletions
@@ -235,7 +235,7 @@ public record ChatbotFeatures
/// Human readable id to guid for each bot
/// </summary>
[JsonPropertyName("ids")]
public required Dictionary<string, string> Ids { get; set; }
public required Dictionary<string, MongoId> Ids { get; set; }
/// <summary>
/// Bot Ids player is allowed to interact with