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
- 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!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.
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