initial commit

This commit is contained in:
2025-12-25 15:25:46 +03:00
commit 58827ac124
20 changed files with 1854 additions and 0 deletions

7
env.example Normal file
View File

@@ -0,0 +1,7 @@
# Telegram Bot Token (получить у @BotFather)
BOT_TOKEN=your_bot_token_here
# PostgreSQL Database URL
# Формат: postgresql+asyncpg://username:password@host:port/database_name
DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/dbname