diff --git a/GenshinUID/__init__.py b/GenshinUID/__init__.py index 94373bfc..6e92aa0c 100644 --- a/GenshinUID/__init__.py +++ b/GenshinUID/__init__.py @@ -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('启动完成...')