mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 调低优先级缓解抢指令问题
This commit is contained in:
parent
51c87b01bc
commit
2aa274957d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export class chatgpt extends plugin {
|
|||
/** https://oicqjs.github.io/oicq/#events */
|
||||
event: 'message',
|
||||
/** 优先级,数字越小等级越高 */
|
||||
priority: 5000,
|
||||
priority: 15000,
|
||||
rule: [
|
||||
{
|
||||
/** 命令正则匹配 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue