mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
Update magic.py
This commit is contained in:
parent
43d932cf39
commit
0ed08af74f
1
magic.py
1
magic.py
@ -256,6 +256,7 @@ async def handler(event):
|
||||
await queues[action.get("queue_name")].put({"text": text, "groupname": groupname, "action": action})
|
||||
await client.send_message(bot_id, f'【{groupname}】入队执行 #{name}')
|
||||
return
|
||||
await export(text)
|
||||
await client.send_message(bot_id, f'【{groupname}】开始执行 #{name}')
|
||||
await cmd(command)
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user