修个发不出信息的bug

pull/914/head
Bakadax 2025-05-01 16:47:23 +08:00
parent 9c7d655be6
commit 290f76c152
1 changed files with 2 additions and 2 deletions

View File

@ -1462,9 +1462,9 @@ class HeartFChatting:
if not mark_head:
mark_head = True
first_bot_msg = bot_message # 保存第一个成功发送的消息对象
await self.heart_fc_sender.type_and_send_message(bot_message, type=False)
await self.heart_fc_sender.type_and_send_message(bot_message, typing=False)
else:
await self.heart_fc_sender.type_and_send_message(bot_message, type=True)
await self.heart_fc_sender.type_and_send_message(bot_message, typing=True)
reply_message_ids.append(part_message_id) # 记录我们生成的ID