From 122cec42aea9f48cb946292a18f600808221ae33 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 2 Apr 2021 14:49:11 -0500 Subject: [PATCH] Change status captilization --- bot/awesomescibo.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.mjs b/bot/awesomescibo.mjs index 726ff2e..e7dd466 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\" | add me to your own server: adat.link/awscibo", { type: "WATCHING" }); + client.user.setActivity("for \"do be helping\" | Add me to your own server: adat.link/awscibo", { type: "WATCHING" }); }); client.on('guildCreate', guild => {