Bot for the IVGAS Discord by @BreakTruth
- Install node.js
- clone this git.
- Go to the file
keys-preset.json
, and fill out the strings with API keys and tokens for the services needed, then rename it tokeys.json
. - to run the bot just write
npm start
in your command-line. If you have something likenodemon
which allows it to re-execute the bot when files are added/removed/saved, instead of doing that every time you have changes, you would donodemon index.js
.