Forgot to remove debug stuffs

This commit is contained in:
Bingus_Violet 2024-01-04 17:47:15 -06:00
parent bc05e8b3a9
commit 7d6e49b2fb

View file

@ -75,11 +75,9 @@ function update() {
} }
if (json.name == "nothing") { if (json.name == "nothing") {
console.log("clear!")
client.clearActivity() client.clearActivity()
updateTime = (process.env.UPDATE_TIME || 45) * 2.5 updateTime = (process.env.UPDATE_TIME || 45) * 2.5
} else { } else {
console.log(json)
client.setActivity({ client.setActivity({
details: `Playing ${json.name}`, details: `Playing ${json.name}`,
state: json.presence, state: json.presence,