From b6e61b6e7cab438bb2c920913a7a3399d4def31e Mon Sep 17 00:00:00 2001 From: 3urobeat <35304405+HerrEurobeat@users.noreply.github.com> Date: Wed, 29 Jul 2020 20:06:27 +0200 Subject: [PATCH] Update bot.js --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 5cc5b3b2..8687bd05 100644 --- a/src/bot.js +++ b/src/bot.js @@ -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} |