From db2ea4dc68bb9d68d5d614cda97a10df52f91a47 Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Sun, 12 Nov 2023 22:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E7=A9=BA?= =?UTF-8?q?=E6=B6=88=E6=81=AF=20(#609)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GenshinUID/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GenshinUID/client.py b/GenshinUID/client.py index 4432bc23..6eaddb81 100644 --- a/GenshinUID/client.py +++ b/GenshinUID/client.py @@ -721,7 +721,8 @@ async def dodo_send( if buttons: logger.warning('[gscore] DoDo暂不支持发送buttons消息') - await __send(message) + if message: + await __send(message) if node: for _msg in node: