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,