diff --git a/ConfigGenerator/BotConfig.cs b/ConfigGenerator/BotConfig.cs index 21154a3c5..597d9df31 100644 --- a/ConfigGenerator/BotConfig.cs +++ b/ConfigGenerator/BotConfig.cs @@ -116,6 +116,10 @@ namespace ConfigGenerator { [JsonProperty(Required = Required.DisallowNull)] public ulong SteamMasterID { get; set; } = 0; + [LocalizedCategory("Access")] + [JsonProperty(Required = Required.DisallowNull)] + public ulong SteamOperatorID { get; set; } = 0; + [LocalizedCategory("Access")] [JsonProperty] public string SteamParentalPIN { get; set; } = "0";