From 639aa274f8fea6582ea2522bfc06b2c8898decfa Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Mon, 11 Oct 2021 22:05:33 -0500 Subject: [PATCH] Remove invite link from status so it can be added to "About Me" --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bc37d47..d648249 100755 --- a/index.js +++ b/index.js @@ -134,7 +134,7 @@ client.once("ready", () => { // Log client tag and set status console.log(`Logged in as: ${client.user.username}!`); client.user.setActivity( - 'for /help | Add me to your own server: adat.link/awscibo', + 'for /help', { type: "WATCHING" } ); })