mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
🐛 修复判断is_tome
的错误
This commit is contained in:
parent
7257820610
commit
951b473f22
@ -132,7 +132,7 @@ async def send_char_adv(bot: Bot, ev: Event):
|
|||||||
if await SUPERUSER(bot, ev):
|
if await SUPERUSER(bot, ev):
|
||||||
pm = 1
|
pm = 1
|
||||||
|
|
||||||
if ev.is_tome:
|
if ev.is_tome():
|
||||||
message.append(Message('at', self_id))
|
message.append(Message('at', self_id))
|
||||||
|
|
||||||
# 处理消息
|
# 处理消息
|
||||||
|
Loading…
x
Reference in New Issue
Block a user