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
d.js toolkit
d.js toolkit•2w 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!
d.js docs
d.js docs•2w ago
To share long code snippets, use a service like gist, sourcebin, pastebin, or similar instead of posting them as large code blocks or files.
Amgelo
Amgelo•2w ago
@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())
TehTarik
TehTarik•2w ago
Im sorry Can edit the file and send me?
chewie 🌈
chewie 🌈•2w ago
No, we don't write code for you. #rules
TehTarik
TehTarik•2w ago
by the way, use editReply() instead of editing the message (in the collector, after your deferUpdate()) If so, what should I do
chewie 🌈
chewie 🌈•2w ago
very much exactly what it says use interaction.editReply() instead of msg.edit()
TehTarik
TehTarik•7d ago
Change msg.edit to editReply()?