From b405b14e364c1ebf433f5469f091e65f109761ea Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:33:13 +0300 Subject: [PATCH] Hotfix 7 --- backend/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index 6b0175c0..2aff876b 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -144,8 +144,8 @@ logger.info("Connecting to database"); connect().then(async () => { const client = new Client({ partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"], - restTimeOffset: 150, - restGlobalRateLimit: 50, + // restTimeOffset: 150, + // restGlobalRateLimit: 50, // Disable mentions by default allowedMentions: { parse: [],