From 80c6bfc2977910806bbe72a34d2699b01d0afeea Mon Sep 17 00:00:00 2001 From: 2979302435 <2979302435@qq.com> Date: Thu, 16 Jun 2022 20:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=BA=E5=99=A8=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E6=8C=87=E4=BB=A4=20=E5=A2=9E=E5=8A=A0=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E4=BA=BA=E4=B8=BB=E4=BA=BA=E6=8E=A7=E5=88=B6=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E5=AD=A6=E4=B9=A0=E7=9A=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Paimon_Chat/Learning_repeate/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Paimon_Chat/Learning_repeate/main.py b/Paimon_Chat/Learning_repeate/main.py index 1a1e7a2..78eedc3 100644 --- a/Paimon_Chat/Learning_repeate/main.py +++ b/Paimon_Chat/Learning_repeate/main.py @@ -230,7 +230,7 @@ onLearningGroup = on_message( onLearningGroup.__paimon_help__ = { "usage": "@派蒙 <说怪话>", "introduce": "开启派蒙在该群的机器学习能力", - "priority": 99 + "priority": 94 } @onLearningGroup.handle() async def _(bot: Bot, event: GroupMessageEvent): @@ -243,14 +243,14 @@ async def _(bot: Bot, event: GroupMessageEvent): #群组关闭 offLearningGroup = on_message( rule = to_me() & keyword("派蒙学习关闭","不准说怪话"), - priority = 4, + priority = 3, block = True, permission=permission.GROUP_ADMIN | permission.GROUP_OWNER | SUPERUSER ) offLearningGroup.__paimon_help__ = { "usage": "@派蒙 <不准说怪话>", "introduce": "关闭派蒙在该群的机器学习能力", - "priority": 99 + "priority": 95 } @offLearningGroup.handle() async def _(bot: Bot, event: GroupMessageEvent): @@ -270,7 +270,7 @@ fun_msg = on_message( fun_msg.__paimon_help__ = { "usage": "@派蒙 <发癫>", "introduce": "派蒙喝醉了在群里发癫", - "priority": 99 + "priority": 96 } @fun_msg.handle() async def funmsg(bot: Bot, event: GroupMessageEvent): @@ -294,7 +294,7 @@ stop_fun_msg = on_message( stop_fun_msg.__paimon_help__ = { "usage": "@派蒙 <不准发癫>", "introduce": "让派蒙恢复正常", - "priority": 99 + "priority": 97 } @stop_fun_msg.handle() async def stopfunmsg(bot: Bot, event: GroupMessageEvent): @@ -318,7 +318,7 @@ upLearning = on_message( upLearning.__paimon_help__ = { "usage": "@派蒙 <派蒙快学>", "introduce": "增强派蒙的学习能力", - "priority": 99 + "priority": 98 } @upLearning.handle() async def _(bot: Bot, event: GroupMessageEvent):