Re-enable guildPresences intent

This commit is contained in:
Dragory 2020-10-10 05:08:45 +03:00
parent 2f470dc37a
commit 5398845096
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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