Hey problem w my embed
i have a problem w my embed, the command dosnt work at all, if anyone know why it would be great to help me a little bit. Im sorry if i take a long time to answer, im working and doing others stuff by side!
thats the entire code here :
12 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
idk if you need anything else
when i press the command like this
it dosnt show me any error
Is this V13?
Its EmbedBuilder not MessageEmbed also you need to require it from discord.js
okay mb i followed an old guide im dumb
i found the way on the guide but wait
got a pb w my embed again :>
thats the code
i got an error
A slash command name must be lowercase
mb
i still dont see the command on my /
It can't be deployed with an invalid name, so of course it's not showing in the app
Check your project for a command with the name "Embed"
Require EmbedBuilder from discord js
Command name use lowercase
Also its const myEmbed = new EmbedBuilder()
using EmbedBuilder is not mandatory