Commit 9712ac29 authored by nanahira's avatar nanahira

fix

parent 8bbf8990
Pipeline #10865 passed with stages
in 5 minutes and 41 seconds
// import 'source-map-support/register';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
import { SchemaProperty, RegisterSchema } from 'koishi-thirdeye';
@RegisterSchema()
export class MyPluginConfig {
constructor(config: MyPluginConfigLike) {}
@DefineSchema({ description: '命令名', default: 'cmd' })
@SchemaProperty({ description: '命令名', default: 'cmd' })
commandName: string;
}
......
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