This commit is contained in:
Infinidoge 2024-09-18 18:57:08 -04:00
parent fd9381e746
commit 2df2a08ded
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
7 changed files with 580 additions and 34 deletions

View file

@ -4,7 +4,8 @@ version = "0.0.1"
dependencies = [
"disnake",
"python-dotenv",
"aiosqlite"
"aiosqlite",
"google-re2"
]
[project.scripts]
@ -16,3 +17,6 @@ find = {}
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 120