mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update __init__.py
This commit is contained in:
parent
8022ae1fb1
commit
5ae41e1d38
@ -133,7 +133,7 @@ async def _(bot: Bot, event: MessageEvent, state: T_State):
|
||||
user_id = 0
|
||||
if is_number(msg[1]):
|
||||
group_id = int(msg[1])
|
||||
text = msg[2]
|
||||
text = " ".join(msg[2:])
|
||||
else:
|
||||
await reply.finish("群号错误...", at_sender=True)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user