templates/discord-bot: init

This commit is contained in:
Infinidoge 2024-11-20 15:37:16 -05:00
parent 7de0f37a07
commit b29f007e69
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
8 changed files with 313 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[project]
name = "rename"
version = "0.0.1"
dependencies = [
"disnake",
"python-dotenv",
"aiosqlite"
]
[project.scripts]
rename = "rename:run"
[tool.setuptools.packages]
find = {}
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 120