mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2025-09-06 11:30:46 +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:
|
except Exception as e:
|
||||||
await handler.send(
|
logger.error(f"合并转发消息发送失败:\n{e!s}\n")
|
||||||
f"合并转发消息发送失败:\n{e!s}\n" + reasoning_content
|
|
||||||
)
|
|
||||||
|
|
||||||
assert reply is not None
|
assert reply is not None
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue