So I am currently scripting a discord bot using node.js but I cannot figure out how to make a bot status similar to this I would really appreciate if anyone can tell me how to do this. Thanks!
bot.on('ready', () => { bot.user.setPresence({ WATCHING: { name: '!help' }, status: 'online' }); console.log(`[READY] ${bot.user.tag} has been successfully booted up!`); });
The bot was able to start up but the status didn't show on the bot. Can you help with that?
Bot status
So I am currently scripting a discord bot using node.js but I cannot figure out how to make a bot status similar to this

I would really appreciate if anyone can tell me how to do this. Thanks!
The bot was able to start up but the status didn't show on the bot. Can you help with that?