Discord bot that assists with moderation duties for the VEX Robotics Competition 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_TOKEN |
✓ | Token of the Discord account to log in with | |
ROBOT_EVENTS_TOKEN |
✓ | Robot Events API token | |
LOG_LEVEL |
info |
Minimum log level | |
MESSAGE_CACHE_SIZE |
250 |
Maximum number of messages (including all pinned) to cache per channel | |
MONGO_URL |
mongodb://localhost:27017/bigbro |
MongoDB server connection URI | |
NODE_ENV |
development |
Node.js application environment |
Install dependencies
npm install
Start the bot
npm run dev
Install dependencies
npm install
Compile source
npm run build
Start the bot
npm start
- 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.