From 41fa893dfc11cee6a8077602bfa42b2ad94d379f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Wed, 29 Mar 2023 01:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84`msg=5Fid`=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenshinUID/__init__.py b/GenshinUID/__init__.py index bf6b2147..c740c51c 100644 --- a/GenshinUID/__init__.py +++ b/GenshinUID/__init__.py @@ -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