fix: 删除打印
This commit is contained in:
parent
2f1b7f987b
commit
6d170664df
|
@ -1,5 +1,5 @@
|
||||||
import 'yunzai/init'
|
import 'yunzai/init'
|
||||||
import { Client, Bot as bot } from 'yunzai/core'
|
import { Client } from 'yunzai/core'
|
||||||
import { createQQ } from './qq.js'
|
import { createQQ } from './qq.js'
|
||||||
/**
|
/**
|
||||||
* 确保所有微任务做好准备后
|
* 确保所有微任务做好准备后
|
||||||
|
@ -11,10 +11,6 @@ setTimeout(async () => {
|
||||||
* run
|
* run
|
||||||
*/
|
*/
|
||||||
await Client.run()
|
await Client.run()
|
||||||
|
|
||||||
console.log('bot', bot)
|
|
||||||
console.log('Bot', Bot)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loader
|
* Loader
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue