Add new property to config generator

This commit is contained in:
JustArchi
2016-03-27 23:27:02 +02:00
parent 22e4c0cd40
commit cc47c0a764

View File

@@ -65,6 +65,9 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public bool HandleOfflineMessages { get; set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
internal bool AcceptGifts { get; set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
public bool ForwardKeysToOtherBots { get; set; } = false;