mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-07-04 05:53:30 +00:00
🐛 修复多段文字错误的event.raw_text
This commit is contained in:
@ -34,7 +34,7 @@ async def msg_process(msg: MessageReceive) -> Event:
|
||||
)
|
||||
for _msg in msg.content:
|
||||
if _msg.type == 'text':
|
||||
event.raw_text = _msg.data # type:ignore
|
||||
event.raw_text += _msg.data # type:ignore
|
||||
elif _msg.type == 'at':
|
||||
event.at = _msg.data
|
||||
event.at_list.append(_msg.data)
|
||||
|
Reference in New Issue
Block a user