Warning: It's working, but it's work in progress
- Configure as need in
config.py
- Add
.env
file in project root and add your secretDISCORD_BOT_TOKEN
(please don't share this token) - Start the bot running the
main.py
docker build -t coffee_bot .
docker run --name my_coffee_bot coffee_bot