This commit is contained in:
Jay 2018-09-20 21:59:47 +08:00
parent 9e5dc7072a
commit ee2f916be2
1 changed files with 1 additions and 1 deletions

View File

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