ubuntu系统:
pnpm 包管理工具安装 :
curl -fsSL https://get.pnpm.io/install.sh | sh -
安装完后运行以下命令生效:
source /home/nb00032/.bashrc
git下载仓库:
git clone https://github.com/clawdbot/clawdbot.git
cd clawdbot
pnpm install
pnpm ui:build # auto-installs UI deps on first run
pnpm build
pnpm clawdbot onboard --install-daemon
Dev loop (auto-reload on TS changes)
pnpm gateway:watch
1/ 我用的是千问,需要千问账号授权认证:
https://chat.qwen.ai/c/796d44ed-219c-4e2c-93c9-656b9b8c2046
千问api到咸鱼上买。
discort 账号
discort token:
https://discord.com/developers/applications/1465515772590817280/bot
在bot 下的reset token 点击进去
其它设置:
选择:
OAuth2 → URL Generator → scope 'bot'
然后复制Generated URL 到地址栏加入。
Select channel (QuickStart)
│ Discord (Bot API)
│
◇ Discord bot token ───────────────────────────────────╮
│ │
│ 1) Discord Developer Portal → Applications → New │
│ Application │
│ 2) Bot → Add Bot → Reset Token → copy token │
│ 3) OAuth2 → URL Generator → scope 'bot' → invite to │
│ your server │
│ Tip: enable Message Content Intent if you need │
│ message text. (Bot → Privileged Gateway Intents → │
│ Message Content Intent) │
│ Docs: │
│ discord │
│ │
├───────────────────────────────────────────────────────╯