Embed Video ?
Hello i want put a link video URL on my embed and can watch the video on it it possible or not ?
11 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!not in an embed, no
but container components are visually similar to embeds, and they can contain media gallery components which do support videos
https://discord.com/channels/222078108977594368/222078108977594368/1365491640634183740
is this a container? (i havent coded on discord in 1 year)
yes, you can also see the code used for that message
how? theres a .mts file attached which honestly ive never seen before lmao my windows recognises it as a video file
it's a module typescript file (ts + esm)
open it with any text/code editor
Nice we have it on js version not ts ?
it's not difficult to transform it into js
Do you have an example part of code who use it ?
:class: ContainerBuilder
discord.js@14.19.3
A builder that creates API-compatible JSON data for a container.Nice Thanks youuu