VatNotify is not currently in a working state and DOES NOT WORK. I will update this once it does work
A Discord bot that sends a message when certain VATSIM controllers come online.
- Download the latest release from releases
- Rename
.env-example
to.env
- Follow the instructions here to get your bots token though DO NOT add the bot to your server yet
- Add your token to the
.env
file and fill in the other variables - Get your client id by going to OAuth2 on the developer website. It should be at the top.
- Goto the following link though change
<client id>
with the client id you found:https://discord.com/api/oauth2/authorize?client_id=<client id>&permissions=2147560512&scope=bot%20applications.commands
- Choose a server, hit continue, then authorise.
- Start the bot with
node .
and your done! (Note: unless you are running this on a server, the bot will stop when you turn off your computer)