Commit a211add6 authored by nanahira's avatar nanahira

update

parent 03b959d8
Pipeline #7000 passed with stages
in 1 minute and 14 seconds
import 'source-map-support/register';
import { DefineSchema } from 'koishi-thirdeye';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
@RegisterSchema()
export class MyPluginConfig {
@DefineSchema({ desc: '命令名', 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