@alemonjs/qq-bot 0.0.16 → 0.0.18

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
@@ -48,6 +48,8 @@ qq-bot:
48
48
  # 假设代理后的地址为 https://qqbotjs.com
49
49
  # ws: 'wss://qqbotjs.com/websocket'
50
50
  # ws: 'ws://[your ip]:17157/websocket'
51
+ # 3) 自定义模式 (用于连接类官网连接方式的指定服务端)
52
+ # gatewayURL: 'ws://[your ip]:8080'
51
53
  ```
52
54
 
53
55
  ```conf