I need to get a message id
I have to get the id of a message with embed of which I have to get the message id at the moment, I used interaction.id but it gives me an id different from the message id, I would need it to modify the message because interaction.update from As far as I know it can only work once while I need to modify it more than 10 times too
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!
- ✅
Marked as resolved by OPDocumentation suggestion for @mr.energetico:
:method: CommandInteraction#editReply()
Edits a reply to this interaction.
@Syjalo thank you