🐛 修复错误的消息源

This commit is contained in:
Wuyi无疑 2023-03-30 22:23:09 +08:00
parent 951b473f22
commit 187a69154e

View File

@ -94,6 +94,7 @@ async def send_char_adv(bot: Bot, ev: Event):
or raw_data['sender'].role == 'admin'
):
pm = 2
messages = raw_data['original_message']
msg_id = str(raw_data['message_id'])
# feishu
elif 'schema_' in raw_data: