Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bot.on('ready', () =>{
- console.log('This bot is online!');
- bot.user.setActivity('!help', { type: 'PLAYING'})
- .then(Presence => console.log(`Activity set to ${Presence.activities[0].name}`))
- .catch(console.error);
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement