Disable guildPresences intent again

This commit is contained in:
Dragory 2020-08-19 01:03:54 +03:00
parent 231df6fa11
commit 29add1cbae
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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