Skip to content

GallantGalaxies/bot

Repository files navigation

Discord Bot for the Python Discord Code Jam 2024

Project Architecture

bot
├── cogs
│   ├── __init__.py
│   ├── ping.py
│   └── reload_ext.py
├── env.py (loads and validates environment variables)
├── __init__.py
└── __main__.py (entry point)

Requirements

python = "~3.12"
discord.py
pydantic-settings
python-dotenv

About

Submisson for pydiscord code jam 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages