Why my pagination error' in v14
Why my pagination show error and bot reply is thinking forever, this the screenshoot of error' and button pagination file, please help
8 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!@TehTarik ^^ (specifically about the error, don't post it as a screenshot)
by the way, use editReply() instead of editing the message (in the collector, after your deferUpdate())
Im sorry
Can edit the file and send me?
No, we don't write code for you.
#rules
by the way, use editReply() instead of editing the message (in the collector, after your deferUpdate())
If so, what should I do
very much exactly what it says
use interaction.editReply() instead of msg.edit()
Change msg.edit to editReply()?