Initial commit: Echoes of the Ashes - Telegram RPG Bot

This commit is contained in:
Joan
2025-10-18 19:21:19 +02:00
commit 3ab412bc09
65 changed files with 14484 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
python-telegram-bot[ext]==21.0.1
sqlalchemy[asyncio]==2.0.25
aiosqlite==0.19.0
python-dotenv==1.0.1
psycopg[binary,async]==3.1.18