3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21:51 +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 87f461959b
commit eab62acc6b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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",