fix:修复禁言插件

This commit is contained in:
SengokuCola
2025-05-27 17:07:51 +08:00
parent 0391111c82
commit 548a583cc7
8 changed files with 140 additions and 78 deletions

View File

@@ -439,7 +439,11 @@ class DefaultExpressor:
if type == "emoji":
typing = False
sent_msg = await self.heart_fc_sender.send_message(bot_message, has_thinking=True, typing=typing)
if anchor_message.raw_message:
set_reply = True
else:
set_reply = False
sent_msg = await self.heart_fc_sender.send_message(bot_message, has_thinking=True, typing=typing, set_reply=set_reply)
reply_message_ids.append(part_message_id) # 记录我们生成的ID