playing status discord bot code example
Example 1: how to set discord bot presence
client.on('ready', () => {
console.log('Bot is Now Online & Working Fine')
client.user.setActivity(`INSERT TEXT HERE`, { type: "WATCHING" })
});
Example 2: discord bot playing game
client.user.setActivity("what the bot is playing");