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

Don't wait for all guilds to load before loading those first available

This commit is contained in:
Dragory 2020-10-10 14:53:47 +03:00
parent eebeda7210
commit 682204fa2d

View file

@ -121,6 +121,7 @@ connect().then(async () => {
getAllUsers: false, getAllUsers: false,
restMode: true, restMode: true,
compress: false, compress: false,
guildCreateTimeout: 0,
intents: [ intents: [
// Privileged // Privileged
"guildMembers", "guildMembers",