update bot activity

This commit is contained in:
Ayden Jahola 2024-09-02 18:57:41 +01:00
parent 213fdbc582
commit 81805183f6
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -37,7 +37,7 @@ client.once("ready", () => {
console.log(`\n==============================\n`);
// Set the bot's activity here
client.user.setActivity("Degenerate Gamers", { type: "WATCHING" });
client.user.setActivity({ type: "WATCHING", name: "Degenerate Gamers" });
// Database connection (MongoDB)
mongoose