3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00
This commit is contained in:
Dragory 2021-08-18 22:33:13 +03:00
parent 14dcbe2f9d
commit 0685e0259a

View file

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