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' });