Modify Feishu bot permissions in README

Updated permissions for Feishu bot setup instructions.
This commit is contained in:
Yan-ke Guo
2026-02-28 14:03:36 +08:00
committed by GitHub
parent 32f42df7ef
commit 936e094a7f

View File

@@ -420,7 +420,7 @@ Uses **WebSocket** long connection — no public IP required.
**1. Create a Feishu bot**
- Visit [Feishu Open Platform](https://open.feishu.cn/app)
- Create a new app → Enable **Bot** capability
- **Permissions**: Add `im:message` (send messages)
- **Permissions**: Add `im:message` (send messages) and `im:message.p2p_msg:readonly` (receive messages)
- **Events**: Add `im.message.receive_v1` (receive messages)
- Select **Long Connection** mode (requires running nanobot first to establish connection)
- Get **App ID** and **App Secret** from "Credentials & Basic Info"