Hotfix 7
This commit is contained in:
parent
e3c9dbf851
commit
b405b14e36
1 changed files with 2 additions and 2 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Reference in a new issue