From 9d2fbee17fa75f96e8dcfa0338b5da77187ed708 Mon Sep 17 00:00:00 2001 From: Ibotmealot <42391199+Ibotmealot@users.noreply.github.com> Date: Wed, 26 Jan 2022 20:31:35 -0500 Subject: [PATCH] Revert the last commit --- backend/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 3791b140..deceb3be 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -350,7 +350,6 @@ 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) => {