How to set your discord bot status using discord.js

 Playing


client.user.setActivity('example');


Competing


client.user.setActivity('example', { type: 'COMPETING' });


Listening


client.user.setActivity('example', { type: 'LISTENING' });


Watching


client.user.setActivity('example', { type: 'WATCHING' });