5 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!I'm encountering an issue with a command featuring an embed with pagination. The embed is designed to display player characters and allow navigation between them using next and previous buttons. However, the problem arises when the command is used on other users.
The embed displays mixed information of previous users
this is the code:
please refrain from sharing code with pictures as its very difficult to read. Use paste bin or haste bin to share your code if its too long
No errores, just displaying mixed information between two stances of the command.
For example, I use the command for first time, then i can see USER1 characters. Then, i use the command again to see USER2 characters, but it displays USER2 and USER1 characters in the pagination
I managed to solve the problem rewriting all code