Docs: Direct link to BotFather on Telegram, sparing users from searching and potentially encountering impostors.
This commit is contained in:
parent
5f4715acfc
commit
892e854bee
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user