Desperate hotfix attempt
This commit is contained in:
parent
7348262bdb
commit
83e4947429
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ connect().then(async () => {
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"],
|
partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"],
|
||||||
|
|
||||||
restGlobalRateLimit: 50,
|
restGlobalRateLimit: 5,
|
||||||
|
restTimeOffset: 1000,
|
||||||
|
|
||||||
// Disable mentions by default
|
// Disable mentions by default
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue