diff --git a/index.js b/index.js index 9d878a1..5e0e777 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ const client = new Client({ intents: GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessageReactions, + GatewayIntentBits.MessageContent ], partials: [Partials.Message, Partials.Channel, Partials.Reaction], });