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
d.js docs
d.js docs3y ago
• 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.
hk
hkOP3y ago
node v16.14.2 [email protected]
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
hk
hkOP3y ago
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
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
hk
hkOP3y ago
upgrading will be a struggle especially with js 😅
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
조아오
조아오3y ago
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
hk
hkOP3y ago
exactly what happened, messageUpdate solved the problem

Did you find this page helpful?