Skip to content

Commit

Permalink
fix:del global.Karin
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Apr 15, 2024
1 parent 8b3efd5 commit 1b7626a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import Karin from './lib/index.js'
import Bot from './lib/config/index.js'
import logger from './lib/config/log.js'

/** 初始化Bot */
await Bot.start()
/** 全局变量Karin */
global.Karin = Karin
/** 全局变量logger */
global.logger = logger

0 comments on commit 1b7626a

Please sign in to comment.