3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Re-enable presence intent

This commit is contained in:
Dragory 2020-08-19 00:50:59 +03:00
parent f093a89105
commit dbe1808def
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",
@ -123,7 +123,6 @@ connect().then(async () => {
"guildMessageReactions",
"guildMessages",
"guilds",
// "guildMessageTyping",
"guildVoiceStates",
],
});