From e106b94cd0a2a864e52b25cb2ab935570abe4b14 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 19 May 2023 19:32:27 -0600 Subject: [PATCH] guh --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 61251e3..635caba 100644 --- a/index.js +++ b/index.js @@ -223,6 +223,7 @@ function updateStatus(addr, port, msg) { }, 5000) return; } + serverStatus[`${addr}:${port}`].status = false; console.log(`${colors.magenta(`[DEBUG ${new Date()}]`)} ${addr}:${port} is offline.`); // Server is offline, modify embed slightly and edit it data2 = serverStatus[`${addr}:${port}`];