🐛 移除多余的启动

This commit is contained in:
Wuyi无疑 2023-03-11 19:17:10 +08:00
parent 92dc288776
commit b2454aa7c4

View File

@ -99,7 +99,6 @@ async def send_install_msg(matcher: Matcher):
@start_core.handle()
async def send_start_msg(matcher: Matcher):
await start()
await start_client()
await matcher.send('启动完成...')