v1.2.0
- Added Discord web hook notifications. You can be notified on discord when the bot finds a new Drops campaign or claims a Drop. They can be enabled by adding this to the config:
"notifications": {
"discord": [
{
"webhook_url": "my_webhook_url",
"events": [
"new_drops_campaign", "drop_claimed"
],
"games": "all"
}
]
}
- Bug fixes