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 () => {
|
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,
|
// 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