fix: 删除打印

This commit is contained in:
ningmengchongshui 2024-06-17 14:11:20 +08:00
parent 2f1b7f987b
commit 6d170664df
1 changed files with 1 additions and 5 deletions

View File

@ -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
*/