jackkoskie / VatNotify

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 100.0%