application did not reply

Hi, I seem to be getting this error about the application not replying, but it replys in a seperate message. https://media.discordapp.net/attachments/1090613260195217519/1137334679020781618/image.png?width=223&height=129
3 Replies
d.js toolkit
d.js toolkit10mo 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!
NP
NP10mo ago
Pastebin
const { Client, ChatInputCommandInteraction, ButtonInteraction, ...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
treble/luna
treble/luna10mo ago
you use .editReply while not having sent a reply yet (which should error). Also, your guilds.cache.find can be replaced by .get since that takes a snowflake directly