Bot doesn't respond to messages (nothing logs on messageCreate)
I'm not sure what I need to share for this issue.
I have no idea why nothing logs. No errors but nothing logs on MessageCreate.js
4 Replies
You are most likely missing the MessageContent intent.
So this?
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.MessageContent ], partials: [Partials.Channel] });
and GuildMessages
Alright, all these changes are confusing. Thank you