This commit is contained in:
shatner 2026-01-30 09:26:59 -05:00 committed by GitHub
commit 244d13624d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ read_when:
Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional.
## Quick setup (beginner)
1) Create a bot with **@BotFather** and copy the token.
1) Create a bot with **@BotFather** ([direct link](https://t.me/BotFather)) and copy the token.
2) Set the token:
- Env: `TELEGRAM_BOT_TOKEN=...`
- Or config: `channels.telegram.botToken: "..."`.
@ -37,7 +37,7 @@ Minimal config:
## Setup (fast path)
### 1) Create a bot token (BotFather)
1) Open Telegram and chat with **@BotFather**.
1) Open Telegram and chat with **@BotFather**. ([direct link](https://t.me/BotFather))
2) Run `/newbot`, then follow the prompts (name + username ending in `bot`).
3) Copy the token and store it safely.