Sending videos in embeds using embed objects
As I understand, the EmbedBuilder class does not allow for usage of videos in embeds, only static images. However, the Discord dev documentation includes a field for video links in embed objects. Is it possible to construct an embed object with a video link and have DJS use that? Node version for this question is 22.4.1.
3 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!
- ✅
Marked as resolved by OPNo. Discord uses that field internally for embeds that are auto-generated to include videos, e.g. YouTube links. Bots do not have the ability to use that field
Damn. But thanks for clarifying!