mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 增加chat优先级避免被土块抢指令
This commit is contained in:
parent
355817e20b
commit
7910110a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export class chatgpt extends plugin {
|
|||
/** https://oicqjs.github.io/oicq/#events */
|
||||
event: 'message',
|
||||
/** 优先级,数字越小等级越高 */
|
||||
priority: 15000,
|
||||
priority: 1144,
|
||||
rule: [
|
||||
{
|
||||
/** 命令正则匹配 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue