philippnormann / nvidia-sniper

đŸŽ¯ Autonomously buy Nvidia Founders Edition GPUs as soon as they become available.
394 stars 99 forks source link

Issues with Notifications #125

Open mohammadhalai opened 3 years ago

mohammadhalai commented 3 years ago

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