black
DIAdiscord.js - Imagine an app
•Created by black on 4/8/2024 in #djs-questions
About slash command deploy
What do I have to change in the slash command to be considered deploying to the discord API? and what can I change without needing to deploy
3 replies
DIAdiscord.js - Imagine an app
•Created by black on 4/2/2024 in #djs-questions
Unknown interaction, sometimes
The problem is that sometimes it works and sometimes it generates an error, and I've already tried it without using defer, same result.
How my Main class register commands
My interactionCreate Class
my test command
20 replies
DIAdiscord.js - Imagine an app
•Created by black on 4/1/2024 in #djs-questions
How this method works?
How
client.application.commands.set()
works to deploy commands?
and is an alternative for this?
https://discordjs.guide/creating-your-bot/command-deployment.html#command-registration7 replies