diff --git a/backend/src/index.ts b/backend/src/index.ts index fdd7986c..9263279b 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -152,7 +152,8 @@ connect().then(async () => { const client = new Client({ partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"], - restGlobalRateLimit: 50, + restGlobalRateLimit: 5, + restTimeOffset: 1000, // Disable mentions by default allowedMentions: {