#Can I get an embed's properties and parameters?

6 messages · Page 1 of 1 (latest)

glad orbit
#

I want to get a posted embed's properties. I want to know how to turn the text into a link.

rich glenBOT
#

• 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.

glad orbit
#

I want to copy an embed's code and make my bot send it

#

basically that

rich glenBOT
#

You can use markdown syntax to display clickable links in embeds, webhook messages and interaction responses without showing the url:

"[text](url)"
'[text](url "optional hovertext")'
"[text](url 'optional hovertext')"

• Embeds only support this in description and field values