Forgot to remove debug stuffs
This commit is contained in:
parent
bc05e8b3a9
commit
7d6e49b2fb
1 changed files with 0 additions and 2 deletions
2
index.js
2
index.js
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue