Disable ws compression temporarily

This commit is contained in:
Dragory 2020-08-19 00:57:44 +03:00
parent 0fc03af310
commit 231df6fa11
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -109,7 +109,7 @@ connect().then(async () => {
const client = new Client(`Bot ${process.env.TOKEN}`, { const client = new Client(`Bot ${process.env.TOKEN}`, {
getAllUsers: false, getAllUsers: false,
restMode: true, restMode: true,
compress: true, compress: false,
intents: [ intents: [
// Privileged // Privileged
"guildMembers", "guildMembers",