Uptime Robot Discord bot
Webhooks are a good replacement for this bot and as such wont be updated to fix compatibility issues.
- Clone this repository -
git clone https://github.com/odiffey/UptimeBot.git
- Enter repository directory -
cd UptimeBot
- Install nodemon -
npm install nodemon -g
- Install npm packages =
npm install
- Copy the config template -
cp config/template.json config/default.json
- Edit the
config/default.json
file
- You can get the token for Discord here
- You can get the loggingChannel and loggingServer ids by enabling developer mode on Discord and click CopyID on the server and channel you want to use.
- Run
nodemon
in the repository root
Based off of code by KrisVos130 in MusareNode