how to set a discord bot status code example
Example: discord bot status
client.user.setActivity("with depression", {
type: "STREAMING",
url: url here"
});
client.user.setActivity("with depression", {
type: "STREAMING",
url: url here"
});