mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
🐛 修复错误的BOT_ID
This commit is contained in:
parent
192f880a6d
commit
5ac93eac53
@ -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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user