To install and run this bot correctly please fill out the following
- Rename
config/*.example.json
files toconfig/*.json
- Fill out the
.env
file correctly. (Only 1 token is required)
Start and run the bot with the following commands
# Start Production
npm run start
# Start development mode
npm run dev
# Watch for TSC errors
npm run watch
# Build docker image (check package.json)
npm run build