discord.js activity not showing up code example
Example 1: discord bot playing game
client.user.setActivity("what the bot is playing");
Example 2: client.user.setActivity("YouTube", {type: "WATCHING})
client.user.setActivity("YouTube", {type: "WATCHING})