Add funny rickroll
This commit is contained in:
parent
8e8104d7b3
commit
eb284c4b5e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -26,7 +26,7 @@ function startLoop(){
|
||||||
try {
|
try {
|
||||||
clearInterval(int);
|
clearInterval(int);
|
||||||
int = setInterval(()=>{
|
int = setInterval(()=>{
|
||||||
client.user.setActivity("over " + getUserCount() + " people", {type: "WATCHING"});
|
client.user.setActivity(getUserCount() + " people", {type: "STREAMING", name: "funny", url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ"});
|
||||||
},5000);
|
},5000);
|
||||||
} catch(e){console.log(e)}
|
} catch(e){console.log(e)}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue