Update heartFC_chat.py

pull/852/head
SengokuCola 2025-04-25 23:46:49 +08:00
parent 2c8343b23a
commit 7b197ed0a7
1 changed files with 7 additions and 6 deletions

View File

@ -496,12 +496,13 @@ class HeartFChatting:
# 发送消息
await self._sender(
thinking_id=thinking_id,
anchor_message=anchor_message,
response_set=reply,
send_emoji=emoji_query,
)
with Timer("发送消息", cycle_timers):
await self._sender(
thinking_id=thinking_id,
anchor_message=anchor_message,
response_set=reply,
send_emoji=emoji_query,
)
return True, thinking_id