From c50f71a275220be968ffeeb332c649946428ead8 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Tue, 16 Mar 2021 19:15:51 -0500 Subject: [PATCH] Add install link to status --- bot/awesomescibo.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.mjs b/bot/awesomescibo.mjs index edeb2c5..8ca2318 100755 --- a/bot/awesomescibo.mjs +++ b/bot/awesomescibo.mjs @@ -23,7 +23,7 @@ if (fs.existsSync('numhits.txt')) { client.once('ready', () => { console.log(client.user.username); - client.user.setActivity("for \"do be helping\"", { type: "WATCHING" }); + client.user.setActivity("for \"do be helping\" | add me to your own server: adat.link/awscibo", { type: "WATCHING" }); }); client.on('guildCreate', guild => {