Commit 8b83758a authored by nanahira's avatar nanahira

hint

parent 3ae475c8
...@@ -62,7 +62,10 @@ export class MyPlugin { ...@@ -62,7 +62,10 @@ export class MyPlugin {
this.ctx this.ctx
.platform('onebot') .platform('onebot')
.guild() .guild()
.command(this.config.commmandName, '退群') .command(
this.config.commmandName,
'退群。请使用这个命令让我退群,不要移出我。',
)
.usage('请不要直接踢我出去,而是使用这个命令让我自己退群。') .usage('请不要直接踢我出去,而是使用这个命令让我自己退群。')
.action(({ session }) => this.onQuit(session)); .action(({ session }) => this.onQuit(session));
} }
......
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