Desperate hotfix attempt

This commit is contained in:
Miikka 2021-08-19 01:37:25 +03:00 committed by GitHub
parent 7348262bdb
commit 83e4947429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,8 @@ connect().then(async () => {
const client = new Client({
partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"],
restGlobalRateLimit: 50,
restGlobalRateLimit: 5,
restTimeOffset: 1000,
// Disable mentions by default
allowedMentions: {