APPLICATION_COMMANDS_DUPLICATE_NAME Error Showing UP
For the last few hours, I have been trying to figure out a resolution to this error. And if you see the name it says there is a duplicate of a command in the Main Command Folder. I checked the folder, no duplicated instances were found. Anyone have any idea why this issue is occurring?
11 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.I can't include the lower, since it is more than 1000+
'Application command names must be unique'
You are trying to set an array of commands that some of them have the same nameI dont know if this is still a bug, but there used to be a problem where setting a slash command and a context command of the same name in the same payload would cause this
But you could still create them separately
Cc: @appellation
Do you know if this is still a thing?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Okk
Could not repro
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
how dare you
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
So how can I prevent this error?