Commit df690086 authored by nanahira's avatar nanahira

adapt

parent d96c8521
Pipeline #8313 passed with stages
in 1 minute and 47 seconds
......@@ -25,6 +25,6 @@
},
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-myplugin",
"peerDependencies": {
"koishi": "^4.0.0-rc.0"
"koishi": "^4.0.0-rc.1"
}
}
......@@ -3,12 +3,6 @@ import { MyPluginConfig } from './config';
import { KoishiPlugin, BasePlugin } from 'koishi-thirdeye';
export * from './config';
declare module 'koishi' {
interface Modules {
'myplugin': typeof import('.')
}
}
@KoishiPlugin({ name: 'myplugin', schema: MyPluginConfig })
export default class MyPlugin extends BasePlugin<MyPluginConfig> {
......
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