How do I pull the message id like this? she is in ephemeral
How do I pull the message id like this? she is in ephemeral
9 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!Ephemeral messages don't have id iirc
Is there something unique I can get from ephemeral?
@Syjalo
Add
fetchReply: true
option and you'll have the message.
Btw <Message>.message
isn't a thing
And why do you need the id of the message?undefined
@Syjalo
Btw <Message>.message isn't a thingWhy are you trying to get a message of the message?
they have an id, but it wont be of any use to you for doing anything