mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Re-disable guildPresences, still wonky
This commit is contained in:
parent
34eb4a4a93
commit
9bb527e250
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ connect().then(async () => {
|
||||||
intents: [
|
intents: [
|
||||||
// Privileged
|
// Privileged
|
||||||
"guildMembers",
|
"guildMembers",
|
||||||
"guildPresences",
|
// "guildPresences",
|
||||||
"guildMessageTyping",
|
"guildMessageTyping",
|
||||||
|
|
||||||
// Regular
|
// Regular
|
||||||
|
|
Loading…
Add table
Reference in a new issue