Commit 2a46f5c0 authored by nanahira's avatar nanahira

migrate to rc1

parent b3848416
This diff is collapsed.
......@@ -28,7 +28,7 @@
"koishi": "^4.0.0-beta.4"
},
"dependencies": {
"koishi-thirdeye": "^6.0.2",
"koishi-thirdeye": "^7.0.2",
"source-map-support": "^0.5.21"
},
"devDependencies": {
......@@ -38,7 +38,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-rc.0",
"koishi": "^4.0.0-rc.1",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.6",
......
......@@ -15,12 +15,6 @@ import {
} from 'koishi-thirdeye';
export * from './config';
declare module 'koishi' {
interface Modules {
'guild-verifier': typeof import('.');
}
}
@OnPlatform('onebot')
@KoishiPlugin({ name: 'guild-verifier', schema: GuildVerifierConfig })
export default class GuildVerifier {
......
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