Skip to content

Commit e337bd3

Browse files
committed
Derp
1 parent cc47c0a commit e337bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConfigGenerator/BotConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ internal sealed class BotConfig : ASFConfig {
6666
public bool HandleOfflineMessages { get; set; } = false;
6767

6868
[JsonProperty(Required = Required.DisallowNull)]
69-
internal bool AcceptGifts { get; set; } = false;
69+
public bool AcceptGifts { get; set; } = false;
7070

7171
[JsonProperty(Required = Required.DisallowNull)]
7272
public bool ForwardKeysToOtherBots { get; set; } = false;

0 commit comments

Comments
 (0)