Advertisement
Jackthehunter25

HD 1

Jun 24th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. bot.on('ready', () =>{
  2. console.log('This bot is online!');
  3. bot.user.setActivity('!help', { type: 'PLAYING'})
  4. .then(Presence => console.log(`Activity set to ${Presence.activities[0].name}`))
  5. .catch(console.error);
  6. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement