#Making empheral embeds

10 messages · Page 1 of 1 (latest)

wanton stream
#

I'm having an issue where I am trying to make an embed empheral, I can't seem to get it to work.

I am getting a lot of different answers saying it is possible and it isn't.

Thanks in advance for replies.

brave rootBOT
#
  • 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.
  • Issue solved? Press the button!
steep lava
#

ephemeral messages can only be sent in response to interactions
whether they contain embeds or not doesn't matter

wanton stream
#

That's my problem, it is an interaction.reply. It just replied normally even with the empheral, I removed the embed and left just the content and empheral and then it sent as empheral

steep lava
#

care to share your code?

wanton stream
#

Sure

desert wasp
#

I think you spelt it wrong

#
{ ephemeral: true }
wanton stream
#

I feel like such an idiot, thanks 😂