remove old background

This commit is contained in:
Jay 2018-09-20 22:08:42 +08:00
parent ee2f916be2
commit 7c18033f33
1 changed files with 0 additions and 1 deletions

View File

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