JohnTomah

Untitled

Mar 18th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. client.on('ready', function() {
  2.     console.log(`i am ready ${client.user.username}`);
  3. });
  4.  
  5.       client.on('ready', () => {
  6.            
  7. client.user.setStatus('idle');
  8.      
  9.       });
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. client.on('ready', function() {
  19.     console.log(`i am ready ${client.user.username}`);
  20. });
  21.  
  22.       client.on('ready', () => {
  23.            
  24. client.user.setStatus('online');
  25.      
  26.       });
  27.  
  28.  
  29.  
  30.  
  31.  
  32. client.on('ready', function() {
  33.     console.log(`i am ready ${client.user.username}`);
  34. });
  35.  
  36.       client.on('ready', () => {
  37.            
  38. client.user.setStatus('dnd');
  39.      
  40.       });
Advertisement
Add Comment
Please, Sign In to add comment