Files
nanoclaw/.claude/skills/add-telegram-v2/REMOVE.md
meeech 211d2b5877 docs: convert all skill instructions from npm to pnpm
Batch update 62 files across .claude/skills/ — SKILL.md, REMOVE.md,
and script files. Conversions: npm run -> pnpm run, npm install ->
pnpm install, npx -> pnpm exec/dlx, npm uninstall -> pnpm uninstall,
package-lock.json -> pnpm-lock.yaml, shebangs updated.
2026-04-17 09:22:45 +03:00

196 B

Remove Telegram

  1. Comment out import './telegram.js' in src/channels/index.ts
  2. Remove TELEGRAM_BOT_TOKEN from .env
  3. ppnpm uninstall @chat-adapter/telegram
  4. Rebuild and restart