不at,显得真实

This commit is contained in:
liuwei
2025-11-24 14:05:41 +08:00
parent 5441302e50
commit 9bb1ffeb44

View File

@@ -223,7 +223,7 @@ class DifyPlugin(MessagePluginInterface):
await bot.send_image_message(target, Path(respath))
else:
# 如果是普通文本,使用发送文本方法
await bot.send_at_message(target, response, [sender])
await bot.send_text_message(target, response, sender)
return True, "发送成功"
except Exception as e:
self.LOG.error(f"发送响应消息时出错: {e}")