Modal not opening
is there something wrong with my code? whenever i try to run the command it tells me "The application did not respond" here is the bot code:
6 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 staffTag suggestion for @Byby:
If you aren't getting any errors, try to place
console.log
checkpoints throughout your code to find out where execution stops.
- Once you do, log relevant values and if-conditions
- More sophisticated debugging methods are breakpoints and runtime inspections: learn morei dont think i did it right . I dont know js that good, as im following a tutorial. I only know the basics
You don't seem to know the basics if you don't know how to place console.log's throughout your code.
Please brush up on your fundamentals before continuing with discord.js
#resources #rules 3
thanks ig:FeelsBadMan: