momocow / node-cq-websocket

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

Home Page:https://cq-websocket.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API 事件運作不正常

ayaka209 opened this issue · comments

注意到現在使用的是

this._eventBus.emit('socket.response', WebsocketType.API, JSON.parse(msg.utf8Data))

從而api.response事件不能正確執行

謝謝你的回報,當初將 api 子事件從 socket 事件中劃分出來沒有做好修正,如有造成困擾深感抱歉Orz
稍後會一並修正 api 事件底下此類的錯誤。

Commit reference: 0569ac2