This commit is contained in:
Dragory 2021-08-18 22:33:13 +03:00
parent e3c9dbf851
commit b405b14e36
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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: [],