application did not respond
Hey do somebody know why this is not working?
i have a:
but if i try to execute the command i get:
the application did not respond
without any console.log or something
My Intents:
Discord JS Version: 14.14.1
Node Version: v21.7.111 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!
- ✅
Marked as resolved by OPwhere is the first bit of code located
console.log("Interactions") is printed
i mean... yeah..
you're doing deferReply() but aren't resolving that in any way
unless you're doing that in your command's file, and if so that's outside the scope of my knowledge capacity atm
i mean console.log("Interactions") is printed but not console.log("Interactions", interaction)
Is your bot actually online when you try to instantiate an interaction with it?
yes
Did you specify an interactions endpoint in the dev portal for it?
what do you mean with this
yes ...
thank youuuuu so much
i would never ever find this
why did i do this?