For starters I am still pretty new to coding and don’t have everything down perfectly yet. I was following along with the discord.js guide as well as a few YouTube videos. Everything was working well yesterday, but now slash commands stop responding after the first command is run. After starting the bot up, I can go run any command and it works, but after that none of the commands will respond (“The application did not respond”), but there are no error messages being sent to my terminal.
I tried looking this issue up, but anything I found on it did not resolve the issue. I have made sure the messages were sent to on instead of once (there were no instances of this in my code). I also made sure to have the client object In my execute command in the interactionCrete file as well as in my handleEvents file.
I am not sure which bit of code would help with this, so please let me know and I can add that in! thanks
Tar P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.