🐛 修复错误的msg_id类型

This commit is contained in:
Wuyi无疑 2023-03-29 01:31:00 +08:00
parent 876476d883
commit 41fa893dfc

View File

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