Empty message.content (interaction)
I have access to message content intent but I am receiving an empty content ONLY when trying to read the message from slash commands (of another bot)
Normal messages are still appearing in the content, any solution?
The screenshot is showing message.content of the interaction

9 Replies
• 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.node v16.14.2
[email protected]
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
its not ephemeral, but someone told me differed messages won't work either
but it does for v14, wondering if there is anything we can do about it on v13
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
upgrading will be a struggle especially with js 😅
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Bots normally reply with a
.defer
before sending the actual message, so prolly the content won't be visible in the messageCreate
but rather in the messageUpdate
exactly what happened, messageUpdate solved the problem