command handling not working #719
-
i used the command handler but when i run it , it shows no error , it seems to be fine but when i use a command in the channel it doesn't respond |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please ask your question in the Official Server of Discord.js It will both your time and ours |
Beta Was this translation helpful? Give feedback.
-
This is really not enough information for anyone to guess in any way what might be the issue. A better alternative would be to spin up your IDE's debugger and set breakpoints, of course. VSC debugging |
Beta Was this translation helpful? Give feedback.
This is really not enough information for anyone to guess in any way what might be the issue.
If you run into issues and do not get errors it's a common practice to put
console.log(...)
statements throughout your code, indicating where they are and inspecting values used in your conditions.A better alternative would be to spin up your IDE's debugger and set breakpoints, of course. VSC debugging