-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Videos in Embeds #1253
Comments
Bots can't post video embeds. That structure is only there to show you can read it if one is sent. |
So I'll need to send the link to the video after the embed in order for it to show? |
Or include the video link in the content of the message. |
For reference, that restriction is documented under here: https://discordapp.com/developers/docs/resources/channel#create-message
|
Thanks for linking the create message docs. We don't support videos in bot/webhook embeds yet, but hope to in the future. |
Is there any timeline on when this might be added? This seems like something that a lot of bot creators would be interested in utilizing, myself included. |
that's clearly a link embed (part of the link is visible at the top), not a bot embed |
yes
Le mar. 22 juin 2021 à 10:33, Advaith ***@***.***> a écrit :
… that's clearly a link embed, not a bot embed
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASKQVCFAPWBFELO2WWYJ4G3TUBKFXANCNFSM4JZTHW3A>
.
|
embed video: discord/discord-api-docs#1253 embed provider: discord/discord-api-docs#596
Yes, but how he incorporated the video in the embed body? |
That is an embedded link. The website supports embeds via the |
embeds cant play videos so the logic was changed to just repost the URL and have discord itself create the embed instead of the bot since bot embed just support plain videos rel:discord/discord-api-docs#1253
embeds cant play videos so the logic was changed to just repost the URL and have discord itself create the embed instead of the bot since bot embed just support plain videos rel:discord/discord-api-docs#1253
embeds cant play videos so the logic was changed to just repost the URL and have discord itself create the embed instead of the bot since bot embed just support plain videos rel:discord/discord-api-docs#1253
In the docs, it seems that it is possible to add a video to a rich embed. However, when I try this, I don't see any videos in my embed. It works fine with pictures though. I'm using discord.js, could that be part of the issue?
Here's my embed:
I'm trying to make a twitter interface for discord if that helps.
The text was updated successfully, but these errors were encountered: