discord js check status code example
Example 1: discord bot presence
client.on('ready', () => {
console.log(`${client.user.tag}` + ' is Up & Working')
client.user.setActivity(prefix + 'Help ')});
// This Will Show Playing : !Help or WhatEver You Want//
Example 2: get status of a user discord js
user.presence.status