3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +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: [
// Privileged
"guildMembers",
"guildPresences",
// "guildPresences",
// Regular
"directMessages",