You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,15 @@ Plugin config is located in ASF.json:
6
6
{
7
7
//ASF global config
8
8
...
9
-
"AutoClaimStickersInterval": 360
9
+
"AutoClaimStickersInterval": 360,
10
+
"AutoClaimStickersBlacklist": [
11
+
"bot1",
12
+
"bot2",
13
+
...
14
+
]
10
15
}
11
16
```
12
17
### `AutoClaimStickersInterval`
13
18
Optional parameter of type `ushort` with default value of `360`. The plugin will check and claim stickers every `AutoClaimStickersInterval` minutes and will not check when the value is `0`.
19
+
### `AutoClaimStickersBlacklist`
20
+
Optional parameter of type `ImmutableHashSet<string>` with default value of `[]`. The plugin will always ignore blacklisted bots.
0 commit comments