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: [],