Browse Source

Remove invite link from status so it can be added to "About Me"

pull/18/head
Abheek Dhawan 3 years ago
parent
commit
639aa274f8
  1. 2
      index.js

2
index.js

@ -134,7 +134,7 @@ client.once("ready", () => {
// Log client tag and set status // Log client tag and set status
console.log(`Logged in as: ${client.user.username}!`); console.log(`Logged in as: ${client.user.username}!`);
client.user.setActivity( client.user.setActivity(
'for /help | Add me to your own server: adat.link/awscibo', 'for /help',
{ type: "WATCHING" } { type: "WATCHING" }
); );
}) })

Loading…
Cancel
Save