Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 383 Bytes

Simple (Coffee Break) reminder discord bot

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 secret DISCORD_BOT_TOKEN (please don't share this token)
  • Start the bot running the main.py

Run in Container

docker build -t coffee_bot .
docker run --name my_coffee_bot coffee_bot