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:30:42 [W] app Error: property server is not registered, declare it as `inject` to suppress this warning
at checkInject (D:\koishi\node_modules\cordis\lib\index.cjs:852:36)
at Object.get (D:\koishi\node_modules\cordis\lib\index.cjs:863:9)
at new ChatService (D:\koishi\node_modules\koishi-plugin-chat\lib\index.js:52:13)
at _MainScope.apply (D:\koishi\node_modules\cordis\lib\index.cjs:518:24)
at D:\koishi\node_modules\cordis\lib\index.cjs:540:36
at _MainScope.ensure (D:\koishi\node_modules\cordis\lib\index.cjs:293:18)
at _MainScope.start (D:\koishi\node_modules\cordis\lib\index.cjs:540:12)
at _MainScope.init (D:\koishi\node_modules\cordis\lib\index.cjs:340:12)
at new MainScope (D:\koishi\node_modules\cordis\lib\index.cjs:468:12)
at Proxy.plugin (D:\koishi\node_modules\cordis\lib\index.cjs:655:15)
看起来是 router 被拆成了单独的插件导致的,在 using 里加入 server 可以解决
The text was updated successfully, but these errors were encountered:
看起来是 router 被拆成了单独的插件导致的,在 using 里加入 server 可以解决
The text was updated successfully, but these errors were encountered: