From 7c18033f3365fbcb701acc360fe07c3e891a740b Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 20 Sep 2018 22:08:42 +0800 Subject: [PATCH] remove old background --- index.js | 1 - 1 file changed, 1 deletion(-) 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()