3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Re-enable restGlobalRateLimit: 50

This commit is contained in:
Dragory 2021-08-18 23:58:25 +03:00
parent 3c96cad8c6
commit d9d864698e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -151,8 +151,9 @@ logger.info("Connecting to database");
connect().then(async () => {
const client = new Client({
partials: ["USER", "CHANNEL", "GUILD_MEMBER", "MESSAGE", "REACTION"],
// restTimeOffset: 150,
// restGlobalRateLimit: 50,
restGlobalRateLimit: 50,
// Disable mentions by default
allowedMentions: {
parse: [],