Re-enable guildPresences intent
This commit is contained in:
parent
2f470dc37a
commit
5398845096
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ connect().then(async () => {
|
|||
intents: [
|
||||
// Privileged
|
||||
"guildMembers",
|
||||
// "guildPresences",
|
||||
"guildPresences",
|
||||
|
||||
// Regular
|
||||
"directMessages",
|
||||
|
|
Loading…
Add table
Reference in a new issue