Third iteration of the codebse for my Discord bot
This project contains a docker compose file that builds and runs the bot. You can also just build and run it manually using Docker.
Install dependencies:
npm ci
Then use
npm run dev
or
npm run build
npm start