mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
🐛 被动消息不使用特殊ID
This commit is contained in:
parent
583793c063
commit
0cc9552c4a
@ -74,7 +74,7 @@ class _Bot:
|
||||
img = await text2pic(_message[0].data)
|
||||
_message = [MessageSegment.image(img)]
|
||||
|
||||
if is_specific_msg_id:
|
||||
if is_specific_msg_id and not msg_id:
|
||||
msg_id = specific_msg_id
|
||||
|
||||
send = MessageSend(
|
||||
|
Loading…
x
Reference in New Issue
Block a user