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