mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
fix: request Message Content intent
This commit is contained in:
parent
71554b5572
commit
9b6177ca23
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ connect().then(async () => {
|
||||||
intents: [
|
intents: [
|
||||||
// Privileged
|
// Privileged
|
||||||
GatewayIntentBits.GuildMembers,
|
GatewayIntentBits.GuildMembers,
|
||||||
|
GatewayIntentBits.MessageContent,
|
||||||
// GatewayIntentBits.GuildPresences,
|
// GatewayIntentBits.GuildPresences,
|
||||||
|
|
||||||
// Regular
|
// Regular
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue