We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc47c0a commit e337bd3Copy full SHA for e337bd3
ConfigGenerator/BotConfig.cs
@@ -66,7 +66,7 @@ internal sealed class BotConfig : ASFConfig {
66
public bool HandleOfflineMessages { get; set; } = false;
67
68
[JsonProperty(Required = Required.DisallowNull)]
69
- internal bool AcceptGifts { get; set; } = false;
+ public bool AcceptGifts { get; set; } = false;
70
71
72
public bool ForwardKeysToOtherBots { get; set; } = false;
0 commit comments