Skip to content

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Jul 29, 2020
1 parent 091d7bd commit b6e61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ module.exports.run = async (logOnOptions, loginindex) => {
bot.chat.sendFriendMessage(steamID, `
-----------------------------------~~~~~------------------------------------
>   ${extdata.mestr}'s Comment Bot [Version ${extdata.version}] (More info: !about)
>   Uptime: ${Number(Math.round(((new Date() - controller.bootstart) / 3600000)+'e'+2)+'e-'+2)} hours | Heartbeat: ${Date.now() - msgrecievedtime}ms
>   Uptime: ${Number(Math.round(((new Date() - controller.bootstart) / 3600000)+'e'+2)+'e-'+2)} hours
>   'node.js' Version: ${process.version} | RAM Usage (RSS): ${Math.round(process.memoryUsage()["rss"] / 1024 / 1024 * 100) / 100} MB
>   Accounts logged in: ${Object.keys(controller.communityobject).length} | repeatedComments: ${config.repeatedComments} | Branch: ${updater.releasemode}
|
Expand Down

0 comments on commit b6e61b6

Please sign in to comment.