First working version of jellyseerr discord bot

This commit is contained in:
2025-05-25 16:05:57 +02:00
commit 1748432ddb
12 changed files with 9249 additions and 0 deletions

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[tool.pyright]
venvPath = "."
venv = ".venv"