3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 13:07:20 +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}`, { 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",