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

Re-enable guildPresences intent

This commit is contained in:
Dragory 2020-10-10 05:08:45 +03:00
parent d0fe2dea04
commit 6d7a9ce8af

View file

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