This commit is contained in:
Xargana 2025-05-07 17:51:46 +03:00
commit 8a6e0187bd
2 changed files with 16 additions and 5 deletions

1
DOTENV
View file

@ -1 +0,0 @@
TOKEN=discord user token

View file

@ -1,7 +1,19 @@
# Core dependencies
aiohappyeyeballs==2.6.1
aiohttp==3.11.18
aiosignal==1.3.2
attrs==25.3.0
audioop-lts==0.2.1
discord-protos==0.0.2
discord.py-self==2.0.1
dotenv==0.9.9
frozenlist==1.6.0
idna==3.10
multidict==6.4.3
propcache==0.3.1
protobuf==6.30.2
python-dotenv==1.1.0
yarl==1.20.0
discord.py>=2.0.0
python-dotenv>=0.19.0
websockets>=10.0
# Optional dependencies that might be useful
aiohttp>=3.8.0