test
This commit is contained in:
parent
93919fdaef
commit
0b4f9f9b63
1
index.js
1
index.js
@ -11,6 +11,7 @@ const client = new Client({ intents:
|
|||||||
GatewayIntentBits.GuildMembers,
|
GatewayIntentBits.GuildMembers,
|
||||||
GatewayIntentBits.GuildMessages,
|
GatewayIntentBits.GuildMessages,
|
||||||
GatewayIntentBits.GuildMessageReactions,
|
GatewayIntentBits.GuildMessageReactions,
|
||||||
|
GatewayIntentBits.MessageContent
|
||||||
],
|
],
|
||||||
partials: [Partials.Message, Partials.Channel, Partials.Reaction],
|
partials: [Partials.Message, Partials.Channel, Partials.Reaction],
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user