3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Disable ws compression temporarily

This commit is contained in:
Dragory 2020-08-19 00:57:44 +03:00
parent 0e02c24aca
commit f77a916bd7

View file

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