- Using
uvas the python virtual environment manager, written inrust! - Using
discord.pyas the discord bot framework - Using
sqlalchemyfor ORM database
git clone https://github.com/xDDoubleTea/Dc-py-bot-tmpl
cd Dc-py-bot-tmpl
uv sync
# Unix like
source .venv/bin/activate
# If you are on windows:
source .\.venv\bin\activate.bat
# Remember to copy the .env.example to .env and fill in your bot token and the database url
uv run main.py