From 2b3fc1dba8a4c630d095aa01addab4cdc05c1741 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 23 May 2021 18:31:46 +0300 Subject: [PATCH] Set Eris ratelimiterOffset to 150 in an attempt to avoid global 429s --- backend/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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,