chore: clarify telegram docs links

This commit is contained in:
Peter Steinberger
2026-01-08 10:29:36 +01:00
parent 1232eb6f5e
commit b80b3a38bf
3 changed files with 12 additions and 3 deletions

View File

@@ -140,7 +140,8 @@ async function noteTelegramTokenHelp(prompter: WizardPrompter): Promise<void> {
"2) Run /newbot (or /mybots)",
"3) Copy the token (looks like 123456:ABC...)",
"Tip: you can also set TELEGRAM_BOT_TOKEN in your env.",
`Docs: ${formatDocsLink("/telegram", "telegram")}`,
`Docs: ${formatDocsLink("/telegram")}`,
"Website: https://clawd.bot",
].join("\n"),
"Telegram bot token",
);