@alemonjs/qq-bot 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,8 @@ qq-bot:
31
31
  port: 17157
32
32
  # 当配置ws的时候,会连接另一台hook机器人的消息。不会再启动本地端口。
33
33
  # 推荐nginx进行代理 http://localhost:17157/
34
- ws: 'wss://xxxx/websocket'
34
+ # wss://xxxx/websocket
35
+ ws: ''
35
36
  # 频道沙盒
36
37
  sandbox: false
37
38
  ```