From a003987deaccd59b24b495971c4668f03428e717 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:28:31 -0500 Subject: [PATCH] Update index.ts --- backend/src/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 3b8d3a90..31b2c0a8 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -349,11 +349,7 @@ connect().then(async () => { client.on(Constants.Events.RATE_LIMIT, (data) => { logRateLimit(data); }); - - client.user?.setPresence({ - activities: [{ name: "rule breakers", type: "WATCHING" }], -}); - + bot.on("loadingFinished", async () => { runExpiringMutesLoop(); await sleep(10 * SECONDS);