Первичная реализация, команды /list и /info

This commit is contained in:
2025-06-09 01:11:10 +08:00
parent 6cebf7356c
commit 687ebc3fdc
9 changed files with 476 additions and 35 deletions

View File

@@ -10,6 +10,10 @@ APP_TITLE="IPTV Плейлисты"
APP_TIMEZONE=Europe/Moscow
PAGE_SIZE=10
# config/bot.php
TG_BOT_TOKEN=
TG_BOT_SECRET=
# config/cache.php
CACHE_HOST="keydb"
CACHE_PORT=6379