This is a simple example bot built to demonstrate how to integrate and use disckit in a Python Discord bot project.
This repository provides a reference implementation for using disckit in a clean, minimal setup. It’s recommended for developers already familiar with or using the discord.py (dpy) library.
- Python 3.11 or 3.12
discord.pydisckituvfor dependency management (optional, but recommended)
💡 Want a deeper guide on using
uv, setting up projects, or managing dependencies? Check out the Project-Management repository — it covers these workflows in more detail.
Clone this repo and install the requirements:
pip install uvSync dependencies using:
uv syncThen run the bot:
uv run main.py