fix: 调低优先级缓解抢指令问题

This commit is contained in:
ikechan8370 2023-01-04 13:41:45 +08:00 committed by GitHub
parent 51c87b01bc
commit 2aa274957d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ export class chatgpt extends plugin {
/** https://oicqjs.github.io/oicq/#events */
event: 'message',
/** 优先级,数字越小等级越高 */
priority: 5000,
priority: 15000,
rule: [
{
/** 命令正则匹配 */