我正在玩一个 discord.py 机器人,我几乎已经完成了我需要的所有工作(目前),但我终其一生都无法弄清楚如何使用 Embed 嵌入 YouTube 视频().
I am playing around with a discord.py bot, I have pretty much everything working that I need (at this time), but I can't for the life of me figure out how to embed a YouTube video using Embed().
我真的没有任何代码可以发布,因为它们都没有正常工作.
I don't really have any code to post per-say, as none of it has worked correctly.
注意:我尝试过到处搜索(这里 + 网络),我看到很多关于嵌入图像的信息,效果很好.
Note: I've tried searching everywhere (here + web), I see plenty of info on embedding images which works great.
我确实在 discord API 中看到了嵌入视频的详细信息,以及 discord.py 的 API 文档;但没有明确的例子说明如何实现它.
I do see detail in the discord API for embedding video, as well as the API Documentation for discord.py; but no clear example of how to pull it off.
我正在使用命令(我正在开发的模块)
I am using commands (the module I am working on as a cog)
任何帮助将不胜感激.
环境:
不幸的是,您所要求的是不可能的,因为 Discord API 不允许您在嵌入中设置自定义视频.
What you are asking for is unfortunately impossible, since Discord API does not allow you to set custom videos in embeds.
这篇关于discord.py 嵌入 youtube 视频而无需粘贴链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何制作一个在 Python 中提供角色的不和谐机器人How to make a discord bot that gives roles in Python?(如何制作一个在 Python 中提供角色的不和谐机器人?)
Discord 机器人没有响应命令Discord bot isn#39;t responding to commands(Discord 机器人没有响应命令)
你能得到“关于我"吗?Discord 机器人的功能?Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“关于我吗?Discord 机器人的功能?(不和谐.py))
message.channel.id Discord PYmessage.channel.id Discord PY(message.channel.id Discord PY)
如何在 heroku 上托管我的 discord.py 机器人?How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 机器人?)
discord.py - 自动更改角色颜色discord.py - Automaticaly Change an Role Color(discord.py - 自动更改角色颜色)