#Make my bot can see other bot's messages
1 messages · Page 1 of 1 (latest)
client.on('messageCreate', msg => {
//do something
});
And it don't reach the //do something
do you have the GUILD_MESSAGES intent
can you show the full code?
if you look into msg_listener, you're ignoring bots with if (msg.author.bot) return
Oh I haven't view this
Thank you
I use GitHub Copilot and sometimes it do things like this
you shouldnt rely on it