Set Eris ratelimiterOffset to 150 in an attempt to avoid global 429s
This commit is contained in:
parent
52e4b5b519
commit
2b3fc1dba8
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ connect().then(async () => {
|
|||
restMode: true,
|
||||
compress: false,
|
||||
guildCreateTimeout: 0,
|
||||
ratelimiterOffset: 150,
|
||||
// Disable mentions by default
|
||||
allowedMentions: {
|
||||
everyone: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue