From 6d170664df1e7b342d09661092574f5097a49652 Mon Sep 17 00:00:00 2001 From: ningmengchongshui <916415899@qq.com> Date: Mon, 17 Jun 2024 14:11:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.ts b/src/main.ts index 9ff035b..8126a81 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,5 @@ import 'yunzai/init' -import { Client, Bot as bot } from 'yunzai/core' +import { Client } from 'yunzai/core' import { createQQ } from './qq.js' /** * 确保所有微任务做好准备后 @@ -11,10 +11,6 @@ setTimeout(async () => { * run */ await Client.run() - - console.log('bot', bot) - console.log('Bot', Bot) - /** * Loader */