From ec6375a79d1ec824a713e9c23134f63ce4012d26 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 8 Feb 2022 22:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD=E6=8A=BD?= =?UTF-8?q?=E5=8D=A1=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/process.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/process.py b/plugins/process.py index 5f35470..2c3c18a 100644 --- a/plugins/process.py +++ b/plugins/process.py @@ -197,8 +197,8 @@ async def process_group_msg(client: Client, message: Message): await mihoyo_qun_msg(client, message) if text.startswith("猜语音"): await guess_voice(client, message) - if text.startswith("抽卡"): - await gacha_msg(client, message) + # if text.startswith("抽卡"): + # await gacha_msg(client, message) # 处理猜语音游戏 await process_guess(client, message)