Commit 5f342950 authored by nanahira's avatar nanahira

catchup

parent a4adc8be
Pipeline #7544 passed with stages
in 1 minute and 23 seconds
......@@ -25,6 +25,6 @@
},
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-myplugin",
"peerDependencies": {
"koishi": "^4.0.0-beta.2"
"koishi": "^4.0.0-beta.4"
}
}
......@@ -3,7 +3,9 @@ import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
@RegisterSchema()
export class MyPluginConfig {
@DefineSchema({ desc: '命令名', default: 'cmd' })
constructor(config: MyPluginConfigLike) {}
@DefineSchema({ 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