fix: resolve pyrogram imports by adding venv and pyright config

- Create .venv with pyrofork and all dependencies installed
- Add pyrightconfig.json at workspace root and in userbot/
- Enable pyright as language server for Python in Zed settings
- Update uv.lock with resolved dependency tree
This commit is contained in:
2026-06-21 22:33:04 +02:00
parent 8a1da13383
commit 30e7d1b65f
2 changed files with 288 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"venvPath": "/home/forust/homelab/userbot",
"venv": ".venv"
}