client.on("ready", () =>{
console.log(`Logged in as ${client.user.tag}!`);
client.user.setPresence({
status: "online", // You can show online, idle... Do not disturb is dndgame: {
name: "!help", // The message showntype: "PLAYING"// PLAYING, WATCHING, LISTENING, STREAMING,
}
});
});