Dockerized local development environment See merge request csc/discord-bot!8
Codey Bot
Required environment variables
BOT_TOKEN
: the token found in the bot user account.NOTIF_CHANNEL_ID
: the ID of the channel the bot will send system notifications to.
Prerequisites
Running the bot locally
- Build docker image:
yarn image:build
- Start container in detached mode:
yarn start
- View and follow console output:
yarn logs
Other usage
- Stop the container:
yarn stop
- Stop and remove the container:
yarn clean
- Restart the container:
yarn restart
- Fresh build and restart:
yarn image:build && yarn clean && yarn start
Description
Languages
TypeScript
96.5%
Dockerfile
3.5%