- Run
make initialize
.
Your file tree should now look like this:
├── .env.example
├── .env
├── .env.test.example
├── .env.test
└── ...
- Adapt env files (
.env.test
,.env
...), based on provided examples files. - Find the token of your Discord bot instance, then put it in the
.env
file (i.e. :BOT_TOKEN
) - Configure your bot as follows:
- Run
docker compose up
- You can also run dev mode with
docker compose watch