mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
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,
|
restMode: true,
|
||||||
compress: false,
|
compress: false,
|
||||||
guildCreateTimeout: 0,
|
guildCreateTimeout: 0,
|
||||||
|
ratelimiterOffset: 150,
|
||||||
// Disable mentions by default
|
// Disable mentions by default
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
everyone: false,
|
everyone: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue