This commit is contained in:
Louis Mazin 2025-07-01 16:45:43 +02:00
parent 93919fdaef
commit 0b4f9f9b63

View File

@ -11,6 +11,7 @@ const client = new Client({ intents:
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.GuildMessageReactions,
GatewayIntentBits.MessageContent
],
partials: [Partials.Message, Partials.Channel, Partials.Reaction],
});