chore: oxfmt fixes

This commit is contained in:
CLAWDINATOR Bot
2026-02-01 18:51:44 +00:00
committed by clawdinator[bot]
parent 395810a60b
commit 443ee26af3
8 changed files with 13 additions and 22 deletions

View File

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