Docs-only release. Triggered by @LeeNX in #23 reading the Multi-bot setup section as "I just need a unique `BOT_LABEL` per host" — and hitting a Telegram 409 Conflict.
What changed
The "Multi-bot setup (one group, multiple hosts)" README section now:
- Opens with an explicit note: each host needs its own bot token from @Botfather.
BOT_LABELis only a visual prefix; the token is the identity. Sharing a token across instances triggers the Telegram 409 (one token = one polling consumer). - Reorders the setup checklist to lead with "run `/newbot` once per host" as step 1.
- Spells out in the final configure step: distinct
BOT_TOKEN+ distinctBOT_LABEL+ sameCHAT_ID.
Auto-syncs to Docker Hub description via the existing GitHub Actions workflow.
No code changes
Pulling is harmless but not required.