3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 21:17:19 +00:00

Disable guildPresences intent again

This commit is contained in:
Dragory 2020-08-19 01:03:54 +03:00
parent f77a916bd7
commit 2659c0a216

View file

@ -113,7 +113,7 @@ connect().then(async () => {
intents: [ intents: [
// Privileged // Privileged
"guildMembers", "guildMembers",
"guildPresences", // "guildPresences",
// Regular // Regular
"directMessages", "directMessages",