Commit fa92c7d7 authored by nanahira's avatar nanahira

name

parent 611d6290
Pipeline #14402 passed with stages
in 2 minutes and 16 seconds
...@@ -3,7 +3,7 @@ import { MyPluginConfig } from './config'; ...@@ -3,7 +3,7 @@ import { MyPluginConfig } from './config';
import { DefinePlugin, StarterPlugin } from 'koishi-thirdeye'; import { DefinePlugin, StarterPlugin } from 'koishi-thirdeye';
export * from './config'; export * from './config';
@DefinePlugin() @DefinePlugin({ name: 'myplugin' })
export default class MyPlugin extends StarterPlugin(MyPluginConfig) { export default class MyPlugin extends StarterPlugin(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