mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Disable presence and typing intents temporarily
This commit is contained in:
parent
f63585be8b
commit
a65e02448c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ connect().then(async () => {
|
||||||
"guildMessageReactions",
|
"guildMessageReactions",
|
||||||
"guildMessages",
|
"guildMessages",
|
||||||
"guilds",
|
"guilds",
|
||||||
"guildMessageTyping",
|
// "guildMessageTyping",
|
||||||
"guildVoiceStates",
|
"guildVoiceStates",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue