mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-09-21 06:41:35 +01:00
change discord status
This commit is contained in:
parent
896f85136c
commit
fc60a544ff
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -110,7 +110,7 @@ client.once("ready", async () => {
|
|||
);
|
||||
|
||||
client.user.setPresence({
|
||||
activities: [{ name: "Degenerate Gamers!", type: 3 }],
|
||||
activities: [{ name: "Powering Servers!", type: 3 }],
|
||||
status: PresenceUpdateStatus.Online,
|
||||
});
|
||||
console.log(`\n==============================\n`);
|
||||
|
|
Loading…
Reference in a new issue