mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-04 10:20:45 +00:00
♻️ use logging when forwarding messages fails
This commit is contained in:
parent
a6fa27dd9a
commit
405d5d367f
1 changed files with 1 additions and 3 deletions
|
@ -285,9 +285,7 @@ async def process_messages(group_id: int):
|
|||
),
|
||||
)
|
||||
except Exception as e:
|
||||
await handler.send(
|
||||
f"合并转发消息发送失败:\n{e!s}\n" + reasoning_content
|
||||
)
|
||||
logger.error(f"合并转发消息发送失败:\n{e!s}\n")
|
||||
|
||||
assert reply is not None
|
||||
logger.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue