diff --git a/backend/src/index.ts b/backend/src/index.ts index 71eda5a8..081f68a7 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -151,8 +151,9 @@ logger.info("Connecting to database"); connect().then(async () => { const client = new Client({ partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"], - // restTimeOffset: 150, - // restGlobalRateLimit: 50, + + restGlobalRateLimit: 50, + // Disable mentions by default allowedMentions: { parse: [],