From d7f3b102e5e701a3465d139e9ffeeae9476aecec 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 23:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=A1=A5=E5=85=A8`at`=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E7=9A=84=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GenshinUID/__init__.py b/GenshinUID/__init__.py index c9801d8c..92d84e5a 100644 --- a/GenshinUID/__init__.py +++ b/GenshinUID/__init__.py @@ -132,6 +132,9 @@ async def send_char_adv(bot: Bot, ev: Event): if await SUPERUSER(bot, ev): pm = 1 + if ev.is_tome: + message.append(Message('at', self_id)) + # 处理消息 for _msg in messages: if _msg.type == 'text':