Join my discord and look in #aphrodites-store https://discord.gg/VJNnrnMJaB
Fill in the config.json with your discord webhook url
then run npm install
then npm start
To run this on a server you will want to use something like pm2 to restart it if it crashes https://pm2.io/docs/plus/quick-start/
If you wish to add any custom notifiers services just add a .js to ./notifs with this simple template
module.exports.run = async (allDat, title, body, url) => {
};