Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
/ VatNotify Public archive

A Discord bot that sends a message when certain controllers come online.

License

Notifications You must be signed in to change notification settings

jackkoskie/VatNotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VatNotify is not currently in a working state and DOES NOT WORK. I will update this once it does work

VatNotify

A Discord bot that sends a message when certain VATSIM controllers come online.

David GitHub GitHub tag (latest by date) node-current GitHub last commit

Setup

  1. Download the latest release from releases
  2. Rename .env-example to .env
  3. Follow the instructions here to get your bots token though DO NOT add the bot to your server yet
  4. Add your token to the .env file and fill in the other variables
  5. Get your client id by going to OAuth2 on the developer website. It should be at the top.
  6. 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
  7. Choose a server, hit continue, then authorise.
  8. 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)