mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
🐛 修复空消息 (#609)
This commit is contained in:
parent
e8f282226a
commit
db2ea4dc68
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user