diff --git a/backend/src/index.ts b/backend/src/index.ts index a2bcfea4..bf51792f 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -156,6 +156,7 @@ connect().then(async () => { restMode: true, compress: false, guildCreateTimeout: 0, + ratelimiterOffset: 150, // Disable mentions by default allowedMentions: { everyone: false,