Move ratelimiterOffset to rest.ratelimiterOffset

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

View file

@ -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,