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 } } }