Advertisement
WoLF_UsA

Untitled

Mar 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. const gamestats = [`help!`,`bot!`,``,``]
  2. var index = 0
  3. var timer = 10 // الوقت بالثواني لتغير الستريمنق
  4. client.on("ready", ()=> {
  5. setInterval(function(){
  6. client.user.setGame(`${gamestats[index]}`,'https://www.twitch.tv/2oLF')
  7. index++
  8. if( index >= gamestats.length) index = 0 ;
  9. }, timer*1000);
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement