Compress WS data

This commit is contained in:
Dragory 2020-07-30 23:36:27 +03:00
parent 64b484511c
commit 2ab140b615
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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