mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Re-enable restGlobalRateLimit: 50
This commit is contained in:
parent
3c96cad8c6
commit
d9d864698e
1 changed files with 3 additions and 2 deletions
|
@ -151,8 +151,9 @@ logger.info("Connecting to database");
|
||||||
connect().then(async () => {
|
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"],
|
||||||
// restTimeOffset: 150,
|
|
||||||
// restGlobalRateLimit: 50,
|
restGlobalRateLimit: 50,
|
||||||
|
|
||||||
// Disable mentions by default
|
// Disable mentions by default
|
||||||
allowedMentions: {
|
allowedMentions: {
|
||||||
parse: [],
|
parse: [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue