Commit 74a60187 authored by nanahira's avatar nanahira

fix

parent 930e7db3
Pipeline #8388 passed with stages
in 1 minute and 27 seconds
......@@ -10,7 +10,7 @@ import { App, Command } from 'koishi';
@CommandUsage('乒乓球真好玩!') // 会适用于 ping 和 pang 两个指令
@DefinePlugin()
export default class MyPlugin extends BasePlugin<any> {
class MyPlugin extends BasePlugin<any> {
@UseCommand('ping', 'Ping!')
@CommandExample('枰!')
onPing() {
......
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