优先级

Signed-off-by: 等风来 <3139373986@qq.com>
This commit is contained in:
等风来
2024-05-19 01:35:09 +08:00
parent 02c597908c
commit be6e73cdb6

View File

@@ -15,7 +15,7 @@ export class Assistant extends plugin {
super({
name: "椰奶小助手",
event: "message",
priority: 2000,
priority: 1000,
rule: [
{
reg: "^#(改|换)头像",
@@ -348,7 +348,7 @@ export class Assistant extends plugin {
if (!this.Bot.gl.get(Number(quits))) return e.reply("❎ 群聊列表查无此群")
if (quits == e.group_id) {
e.reply(" 3秒后退出本群聊")
e.reply("⚠️ 3秒后退出本群聊")
await sleep(3000)
}