going back to previous embed
i have 2 embeds in MessageCreate event which checks message then only send the embed, and other embeds in Interaction create event from select menu when condition of messagCreate doesn't work(it will send select menus if messagecreate can't detect the required thing).
these all embed has "Payment Complete" button which when clicked leads to another embed. In another embed, i want to keep go back button so when it's pressed it goes back to previous embed. How can i do that?
2 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!note that all embeds are different, but payment complete and goback button have only 1 custom ID each, meaning same button of same cID is given
hope this makes you understand what i want