ArchiSteamFarm plugin for claiming stickers automatically.
Plugin config is located in ASF.json:
{
//ASF global config
...
"AutoClaimStickersInterval": 360,
"AutoClaimStickersBlacklist": [
"bot1",
"bot2",
...
]
}
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
.
Optional parameter of type ImmutableHashSet<string>
with default value of []
. The plugin will always ignore blacklisted bots.