Skip to content

A Bot to monitor and watch Aphrodites Store to update users on the current stock of the website

Notifications You must be signed in to change notification settings

ConniBug/aphrodites-notif

Repository files navigation

Aphrodite's Stock Notifier

ScreenShot

Dont want to set it up..?

Join my discord and look in #aphrodites-store https://discord.gg/VJNnrnMJaB

Setup

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/

How to use custom notification services

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) => {
};

About

A Bot to monitor and watch Aphrodites Store to update users on the current stock of the website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published