📌 Update py-cord dependency to allow for newer versions (#17)

This commit is contained in:
2025-04-17 00:40:12 +02:00
committed by GitHub
parent 57c6a3c4cd
commit fd45c0305e

View File

@@ -24,7 +24,7 @@ keywords = ["discord", "bot", "rest", "pycord"]
dependencies = [
"fastapi>=0.115.11",
"orjson>=3.10.15",
"py-cord==2.6.1",
"py-cord>=2.6.1",
"pynacl>=1.5.0",
"uvicorn>=0.34.0",
]