mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
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({
|
||||
partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"],
|
||||
|
||||
restGlobalRateLimit: 50,
|
||||
restGlobalRateLimit: 5,
|
||||
restTimeOffset: 1000,
|
||||
|
||||
// Disable mentions by default
|
||||
allowedMentions: {
|
||||
|
|
Loading…
Add table
Reference in a new issue