From f3f9f2248d2082b83b5ac8d861ca9624717e278a Mon Sep 17 00:00:00 2001 From: Ibotmealot <42391199+Ibotmealot@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:26:22 -0500 Subject: [PATCH] Add a custom status --- backend/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/index.ts b/backend/src/index.ts index deceb3be..3791b140 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -350,6 +350,7 @@ connect().then(async () => { client.once("ready", () => { startUptimeCounter(); +client.user?.setPresence({ activities: [{ name: "over Ibot's Lodge", type: "WATCHING" }] }); }); client.on(Constants.Events.RATE_LIMIT, (data) => {