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.Well.... are you sending the embed ? Or only creating it ?
You have to send the created embed in the channel where the command is being used.
im sending "!send_embed" in the channel
I meant in the code.
You're supposed to send the embed to the channel
If you're not sending it in the first place
How do I do that
Read it carefully
Also is that color code correct ?
Okay thanks, yes it is
Do you have message intents on? Its on your discord dev page
Also that command will send embed with values that you set. If you want to send custom embed you better use slash commands and options to create custom embed
i figured it out, thanks
Np