mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
🐛 修复错误的msg_id
类型
This commit is contained in:
parent
876476d883
commit
41fa893dfc
@ -92,7 +92,7 @@ async def send_char_adv(bot: Bot, ev: Event):
|
|||||||
or raw_data['sender'].role == 'admin'
|
or raw_data['sender'].role == 'admin'
|
||||||
):
|
):
|
||||||
pm = 2
|
pm = 2
|
||||||
msg_id = raw_data['message_id']
|
msg_id = str(raw_data['message_id'])
|
||||||
# feishu
|
# feishu
|
||||||
elif 'schema_' in raw_data:
|
elif 'schema_' in raw_data:
|
||||||
messages = raw_data['event'].message.content
|
messages = raw_data['event'].message.content
|
||||||
|
Loading…
x
Reference in New Issue
Block a user