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
No description
9 Replies
d.js toolkit
d.js toolkit15mo ago
- 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!
Syjalo
Syjalo15mo ago
Ephemeral messages don't have id iirc
joaozinho
joaozinhoOP15mo ago
Is there something unique I can get from ephemeral? @Syjalo
Syjalo
Syjalo15mo ago
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?
joaozinho
joaozinhoOP15mo ago
undefined
joaozinho
joaozinhoOP15mo ago
No description
joaozinho
joaozinhoOP15mo ago
@Syjalo
Syjalo
Syjalo15mo ago
Btw <Message>.message isn't a thing
Why are you trying to get a message of the message?
monbrey
monbrey15mo ago
they have an id, but it wont be of any use to you for doing anything

Did you find this page helpful?