#detect when msg is created

7 messages · Page 1 of 1 (latest)

silent knoll
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

iron cliff
#

discord.js 14.6

waxen ingot
#

messageCreate is the event

iron cliff
#

still doesnt work

waxen ingot
#

Probably related to your intents then

iron cliff
#
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
#

ill look into it