mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 08:45:55 +00:00
update bot activity
This commit is contained in:
parent
213fdbc582
commit
81805183f6
1 changed files with 1 additions and 1 deletions
2
index.js
2
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
|
||||
|
|
Loading…
Reference in a new issue