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
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
When I run the bot I get this error: Missing notification configuration file, copy the template to config/notifications.json and customize as described in the README to continue. I have triple checked and my file is there in the config folder with the name "notification" and the contents of the text file is here.
When I run the bot I get this error: Missing notification configuration file, copy the template to config/notifications.json and customize as described in the README to continue. I have triple checked and my file is there in the config folder with the name "notification" and the contents of the text file is here.
{
"notifications": {
"started": {
"message": "Nvidia Sniper Started! 🕹️",
"enabled": true
},
"availability": {
"message": "Quick, before it is gone! 🏃♂️",
"enabled": true
},
"add-to-basket": {
"message": "Locked and loaded! 🔫",
"enabled": true
},
"checkout": {
"message": "Checkout complete! ✅",
"enabled": true
},
"submit": {
"message": "SNIPED! 🎯",
"enabled": true
},
"captcha-fail": {
"message": "Failed to CAPTCHA that card! 🤖",
"enabled": true
}
},
"services": {
"apprise-1": {
"url": "discord://INSERT_HERE/INSERT_HERE",
"screenshot": true
}
}
}
The text was updated successfully, but these errors were encountered: