Skip to content
/ Dc-py-bot-tmpl Public template

A template repo for discord bot using discord.py

Notifications You must be signed in to change notification settings

xDDoubleTea/Dc-py-bot-tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord bot template

Features

  • Using uv as the python virtual environment manager, written in rust!
  • Using discord.py as the discord bot framework
  • Using sqlalchemy for ORM database

Setup

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

About

A template repo for discord bot using discord.py

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published