diff --git a/index.js b/index.js index 2f9ac91..940c586 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,5 @@ bgProc.on('message', data => { bgProc.on('close', () => { console.log(`background close`) }) -// require('./background') const twitchChat = require('./libs/twitch-bot') twitchChat.runBot()