1client.user.setActivity("with depression", {
2 type: "STREAMING",
3 url: url here"
4});
1client.on("ready", () =>{
2 console.log(`Logged in as ${barry is skeetless
3 }!`);
4 client.user.setPresence({
5 status: "online", // You can show online, idle... Do not disturb is dnd
6 game: {
7 name: "!help", // The message shown
8 type: "PLAYING" // PLAYING, WATCHING, LISTENING, STREAMING,
9 }
10 });
11 });