3
0
Fork 0
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:
Dragory 2023-04-01 13:42:49 +03:00
parent 71554b5572
commit 9b6177ca23
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -217,6 +217,7 @@ connect().then(async () => {
intents: [ intents: [
// Privileged // Privileged
GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMembers,
GatewayIntentBits.MessageContent,
// GatewayIntentBits.GuildPresences, // GatewayIntentBits.GuildPresences,
// Regular // Regular