From 7d6e49b2fbdfdabbb42e4c4fc139a61fe94b1220 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 4 Jan 2024 17:47:15 -0600 Subject: [PATCH] Forgot to remove debug stuffs --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 4f9fed5..88cd8d9 100644 --- a/index.js +++ b/index.js @@ -75,11 +75,9 @@ function update() { } if (json.name == "nothing") { - console.log("clear!") client.clearActivity() updateTime = (process.env.UPDATE_TIME || 45) * 2.5 } else { - console.log(json) client.setActivity({ details: `Playing ${json.name}`, state: json.presence,