Client Question
Why does the following sometimes work when the client / code starts / runs and other times doesn't?
client.application.commands.cache.size
Normally returns 28
Other times returns 03 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Commands aren't cached by default. They caches with fetching or setting, editing, creating commands.
k