From 6fff45dd27d68a3bc4dbf467f58d2d030c01b583 Mon Sep 17 00:00:00 2001 From: TheMonDon <11539895+TheMonDon@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:51:20 -0500 Subject: [PATCH] Update store_bot_client_info_MOD.js --- actions/store_bot_client_info_MOD.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/store_bot_client_info_MOD.js b/actions/store_bot_client_info_MOD.js index e4173f28..075de16f 100644 --- a/actions/store_bot_client_info_MOD.js +++ b/actions/store_bot_client_info_MOD.js @@ -390,7 +390,7 @@ module.exports = { result = os.loadavg(); break; case 48: // Current CPU Usage - result = os.loadavg[0]; + result = os.loadavg()[0]; break; default: break;