Discord bot that provides services related to the VEX Robotics Competition, primarily providing information and statistics related to the competition.
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_TOKEN |
✓ | Token of the Discord account to log in with | |
ROBOT_EVENTS_TOKEN |
✓ | Robot Events API token | |
LOG_LEVEL |
INFO |
Minimum log level | |
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.