Discord bot that collects BattleBots fight predictions from members of the BattleBots Prediction League server.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Variable | Required | Default | Description |
---|---|---|---|
DISCORD_ID |
✓ | Id of the bot manager's Discord account | |
DISCORD_TOKEN |
✓ | Token of the Discord account to log in with | |
ROLE_ID |
✓ | Id of the predictors Discord role | |
SERVER_ID |
✓ | Id of the prediction Discord server | |
LOG_LEVEL |
INFO |
Minimum log level | |
MONGO_URL |
mongodb://localhost:27017/bracketboi |
MongoDB server connection URI | |
NODE_ENV |
development |
Node.JS application environment |
Install dependencies
yarn install
Start the bot
yarn dev
yarn test
Install dependencies
yarn install
Compile source
yarn build
Start the bot
yarn start
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jordan Kiesel - LinkedIn
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.