3
0

默认关闭抽卡功能

This commit is contained in:
xtaodada 2022-02-08 22:54:03 +08:00
parent ac760bcee9
commit ec6375a79d
No known key found for this signature in database
GPG Key ID: EE4DC37B55E24736

View File

@ -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)