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()