From 81805183f6db3d3e0edb4e9bc23e6befe6795d5a Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Mon, 2 Sep 2024 18:57:41 +0100 Subject: [PATCH] update bot activity --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 259a762..83c3cb9 100644 --- a/index.js +++ b/index.js @@ -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