Closed thdoan closed 1 year ago
Please post full errors and ask common questions/issues in the discord.js discord server.
@megatank58 thanks, I'll do that. Do you have any advice on how to log more detailed error messages because all I see in Discord is "The application did not respond"?
Update: I figured it out -- had to keep the node .
process running.
Part of the guide or code sample the question is about
https://discordjs.guide/creating-your-bot/command-deployment.html
Question
I've successfully followed the guide and I can see the slash command autocomplete. However, when I press Enter I get the "The application did not respond" error. In the console I see
[Flux] Dispatching MESSAGE_SEND_FAILED
.My command file looks like this:
The bot has
bot
andapplications.commands
scopes.