3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Set Eris ratelimiterOffset to 150 in an attempt to avoid global 429s

This commit is contained in:
Dragory 2021-05-23 18:31:46 +03:00
parent 52e4b5b519
commit 2b3fc1dba8
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -156,6 +156,7 @@ connect().then(async () => {
restMode: true,
compress: false,
guildCreateTimeout: 0,
ratelimiterOffset: 150,
// Disable mentions by default
allowedMentions: {
everyone: false,