How can I delete slash commands?
How can I delete slash commands? I use REST.
3 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.If you want to delete all commands, pass an empty array
If you want to delete certain commands, just pass an array with the commands you want to have and the rest should be removed
Thank you