Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/zh/deploy/astrbot/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kubectl apply -f k8s/astrbot_with_napcat/02-deployment.yaml
由于 AstrBot 和 NapCat 在同一个 Pod 中,它们可以通过 `localhost` 直接通信。

1. **在 AstrBot 中添加消息平台:**
* 进入 AstrBot WebUI,选择 `设置` -> `消息平台` -> `添加`。
* 进入 AstrBot WebUI,选择 `设置` -> `机器人` -> `添加`。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

感谢更新!为了保持文档的完全一致,建议将上一行(第75行)的标题 “在 AstrBot 中添加消息平台:”也同步更新为“在 AstrBot 中添加机器人:”。

* **选择消息平台类别**: `aiocqhttp`
* **机器人名称**: `napcat` (或自定义)
* **反向 Websocket 主机**: `0.0.0.0`
Expand Down Expand Up @@ -194,4 +194,4 @@ image: m.daocloud.io/docker.io/soulter/astrbot:latest

部署并暴露服务后,您就可以通过相应的 IP 和端口访问 AstrBot 管理面板了。

> 默认用户名和密码是 `astrbot` 和 `astrbot`。
> 默认用户名和密码是 `astrbot` 和 `astrbot`。
4 changes: 2 additions & 2 deletions docs/zh/platform/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 创建 AstrBot Discord 平台适配器

进入消息平台,点击新增适配器,找到 Discord 并点击进入 Discord 配置页。

进入机器人,点击新增适配器,找到 Discord 并点击进入 Discord 配置页。
> 旧版本`机器人`为`消息平台`
![点击创建机器人,选择discord类型](https://files.astrbot.app/docs/source/images/discord/image.png)

![选项从上到下依次是 1.机器人名称 2. 启用 3. Bot token 4. Discord 代理地址 5. 是否自动将插件指令注册为 Discord 斜杠指令 6. discord_guild_id_for_debug 7.Discord 活动名称](https://files.astrbot.app/docs/source/images/discord/image-3.png)
Expand Down
Loading