Merge pull request #1354 from exynos967/dev

fix(bot.py): 恢复戳一戳正常响应
pull/1359/head
SengokuCola 2025-11-12 00:41:36 +08:00 committed by GitHub
commit 11177f04ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class ChatBot:
message.message_segment = Seg(type="seglist", data=modified_message.message_segments)
if await self.handle_notice_message(message):
return
pass
# 处理消息内容,生成纯文本
await message.process()