Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Issues with Notifications #125

@mohammadhalai

Description

@mohammadhalai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions