wait for inner plugin load before onConnect
Showing
| ... | ... | @@ -29,7 +29,7 @@ |
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-rc.0", | ||
| "@koishijs/plugin-adapter-onebot": "^4.1.5", | ||
| "@types/jest": "^27.0.3", | ||
| "@types/lodash": "^4.14.177", | ||
| "@types/node": "^16.11.9", | ||
| ... | ... | @@ -50,7 +50,7 @@ |
| "dependencies": { | ||
| "@types/koa": "^2.13.4", | ||
| "@types/koa__router": "^8.0.11", | ||
| "koishi-decorators": "^1.3.3", | ||
| "koishi-decorators": "^1.3.4", | ||
| "lodash": "^4.17.21", | ||
| "reflect-metadata": "^0.1.13", | ||
| "schemastery-gen": "^3.1.2", | ||
| ... | ... |
Please register or sign in to comment