Skip to content

Commit

Permalink
Added activecommentprocess to prevent updater.js error
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Mar 9, 2021
1 parent af39247 commit bfa87ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,8 @@ module.exports.run = async (logOnOptions, loginindex) => {
})

module.exports={
bot
bot,
activecommentprocess
}
}

Expand Down

0 comments on commit bfa87ae

Please sign in to comment.