From ee2f916be20285954106d3beca906b5b0166ee5e Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 20 Sep 2018 21:59:47 +0800 Subject: [PATCH] update --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3ddb90a..2f9ac91 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,6 @@ bgProc.on('message', data => { bgProc.on('close', () => { console.log(`background close`) }) -//require('./background') +// require('./background') const twitchChat = require('./libs/twitch-bot') twitchChat.runBot()