discord.py 嵌入 youtube 视频而无需粘贴链接

2023-05-10Python开发问题
11

本文介绍了discord.py 嵌入 youtube 视频而无需粘贴链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我正在玩一个 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.py 版本:0.16.11
  • Python:3.5.2
  • 平台:OS X
  • 虚拟环境:是的

推荐答案

不幸的是,您所要求的是不可能的,因为 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 视频而无需粘贴链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在xarray中按单个维度的多个坐标分组
groupby multiple coords along a single dimension in xarray(在xarray中按单个维度的多个坐标分组)...
2024-08-22 Python开发问题
15

Pandas中的GROUP BY AND SUM不丢失列
Group by and Sum in Pandas without losing columns(Pandas中的GROUP BY AND SUM不丢失列)...
2024-08-22 Python开发问题
17

GROUP BY+新列+基于条件的前一行抓取值
Group by + New Column + Grab value former row based on conditionals(GROUP BY+新列+基于条件的前一行抓取值)...
2024-08-22 Python开发问题
18

PANDA中的Groupby算法和插值算法
Groupby and interpolate in Pandas(PANDA中的Groupby算法和插值算法)...
2024-08-22 Python开发问题
11

PANAS-基于列对行进行分组,并将NaN替换为非空值
Pandas - Group Rows based on a column and replace NaN with non-null values(PANAS-基于列对行进行分组,并将NaN替换为非空值)...
2024-08-22 Python开发问题
10

按10分钟间隔对 pandas 数据帧进行分组
Grouping pandas DataFrame by 10 minute intervals(按10分钟间隔对 pandas 数据帧进行分组)...
2024-08-22 Python开发问题
11