Commit 2e99a5ff authored by nanahira's avatar nanahira

catchup

parent 29b142ae
import 'koishi-adapter-onebot';
import { App, Session } from 'koishi'; import { App, Session } from 'koishi';
import * as koishiPluginOnebot from '@koishijs/plugin-onebot'; import * as koishiPluginOnebot from '@koishijs/plugin-onebot';
import * as koishiPluginVerifier from '@koishijs/plugin-verifier'; import * as koishiPluginVerifier from '@koishijs/plugin-verifier';
......
This diff is collapsed.
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
"dependencies": { "dependencies": {
"@koishijs/plugin-onebot": "^4.0.0-alpha.7", "@koishijs/plugin-onebot": "^4.0.0-alpha.7",
"@koishijs/plugin-verifier": "^1.0.0-alpha.1", "@koishijs/plugin-verifier": "^1.0.0-alpha.1",
"koishi": "^4.0.0-alpha.9" "koishi": "^4.0.0-alpha.9",
"proxy-agent": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.7.10", "@types/node": "^16.7.10",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment