Add funny rickroll

This commit is contained in:
Helixu 2021-11-24 21:05:50 +00:00
parent 8e8104d7b3
commit eb284c4b5e

View file

@ -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)}
} }