Files
Memoh/docs/docs/zh/channels/discord.md
T
Acbox 419867655e docs(zh): add Simplified Chinese docs, channel guides, and agent skills
- VitePress zh: getting-started, install, memory/TTS providers, full channel set; update zh sidebar
- Drop zh-only pages with no English counterpart
- Add humanizer and humanizer-zh skills; update skills-lock.json
2026-04-24 14:36:31 +08:00

1.1 KiB
Raw Blame History

Discord

接上 Discord 后,机器人可进服务器、在频道和私聊里说话。

1. 建 Discord 应用

  1. 打开 Discord Developer Portal
  2. New Application,起名。
  3. 左侧 BotReset Token 得到 Bot Token,保管好。

2. 开特权意图

Privileged Gateway Intents 里打开:

  • Message Content Intent
  • Server Members Intent
  • Presence Intent

保存。

3. 把机器人拉进服务器

  1. OAuth2URL Generator
  2. 勾选 scopebotapplications.commands
  3. 权限里至少:发消息、读历史、嵌链接、发附件等按需要勾。
  4. 用生成 URL 在浏览器里打开,选服务器并授权。

文档入口:Discord Developer Portal - Bots

4. 在 Memoh 里填

  1. 机器人 PlatformsAdd ChannelDiscord
  2. Bot Token
  3. Save and Enable

支持的能力

  • 完整消息正文
  • 附件图片、文件。
  • 若用 MCP 等可扩展 slash;具体以你 Memoh 版本与配置为准。