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