From 5ac93eac537eaef8f543080990313c509caff8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Wed, 29 Mar 2023 23:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84`BOT=5FID`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenshinUID/client.py b/GenshinUID/client.py index 5601f481..1d8f9f0a 100644 --- a/GenshinUID/client.py +++ b/GenshinUID/client.py @@ -44,7 +44,7 @@ class GsClient: f'{msg.bot_id} - {msg.target_type} - {msg.target_id}' ) # 解析消息 - if msg.bot_id == 'NoneBot2': + if msg.bot_id == 'NoneBot2' or msg.bot_id == 'HoshinoBot': if msg.content: _data = msg.content[0] if _data.type and _data.type.startswith('log'):