Why i can't find my user data in 'Message'?
So, im trying to create a awaitMessage with button interaction
here is the code
but when i console log the msg from
const msg =
the Author
object data is not me, but it's my bot, so how can i get my Author
data?3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!the
const msg =
is replying to the bot embed message above it<Interaction>.user will be the user that interacted