Initial commit: Schedule service for son
This commit is contained in:
commit
af2ea7be06
19 changed files with 2270 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Telegram Bot Token
|
||||
# Получите токен у @BotFather в Telegram
|
||||
# Скопируйте этот файл в .env и укажите ваш токен:
|
||||
# cp .env.example .env
|
||||
# Затем отредактируйте .env и вставьте токен ниже:
|
||||
|
||||
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
|
||||
Loading…
Add table
Add a link
Reference in a new issue