Down Notifier is a website/service monitoring bot for Discord. It monitors the statuses of websites by making a get request to a specified HTTP address and notifies a Discord Channel when service is down and when it comes back online.
- Install dependencies using
npm install
; - Insert your Discord bot token, URL/IP address of your server and MONGO connection URL in the .env file;
- Run the bot by using
npm start
;
Feel free to change anything you may want in the bot.
You can also run a development server that restarts the bot on any change by
using npm run dev
.
Feel free to report any feedback by using this repository's Issues tab.
Found a bug, vulnerability or want to contribute to the project in any way? Simply create a pull request on this repository with a shor summary of the change proposed.