mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
feat: show megahal init time
This commit is contained in:
@@ -16,7 +16,10 @@ let totalMsgCount = 0
|
||||
export const CHATTER_REPLY_CHANCE = 0.02
|
||||
|
||||
logger.log('Initializing MegaHAL')
|
||||
const start = Date.now()
|
||||
export const megahal = new MegaHAL()
|
||||
const duration = Date.now() - start
|
||||
logger.log('MegaHAL initialized in', duration, 'ms')
|
||||
loadBrain()
|
||||
|
||||
async function loadBrain() {
|
||||
|
||||
Reference in New Issue
Block a user