Commit d280e30c authored by nanahira's avatar nanahira

fix

parent 9081b6c8
Pipeline #8753 passed with stages
in 1 minute and 4 seconds
import 'source-map-support/register';
import { MyPluginConfig } from './config';
import { KoishiPlugin, BasePlugin } from 'koishi-thirdeye';
import { DefinePlugin, BasePlugin } from 'koishi-thirdeye';
export * from './config';
@KoishiPlugin({ name: 'myplugin', schema: MyPluginConfig })
@DefinePlugin({ 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