You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-12-26 19:52:49 [E] app TypeError: Receiver must be an instance of class MessageService
at MessageService.start (D:\koishi\node_modules\koishi-plugin-messages\lib\index.js:48:37)
at D:\koishi\node_modules\cordis\lib\index.cjs:918:18
参考 https://stackoverflow.com/questions/75414798/ 的说法,这个问题是因为在访问
this.#onMessage
时,子类(MessageService)还没有构造完毕导致的The text was updated successfully, but these errors were encountered: