GryphBot is a simple python-based Discord bot for our server, featuring:
- Countdowns for upcoming competitions
- More to come...
- Install Python (3.12+)
- Download dependencies with
pip install -r requirements.txt - Copy the contents of
.env_exampleto a new.envfile and fill out the required environment variables
- Install Docker Compose
- Run the bot with
docker compose up -d