如何从 discord.py 中的男高音中提取随机 gif?

How do I pull a random gif from tenor in discord.py?

我正在使用 discord.py 做一个不和谐的机器人,我想添加的功能之一是在命令 !gif 上,它从男高音发送随机 gif。可以吗?

您需要查询 Tenors 随机 gif api:
https://tenor.com/gifapi/documentation#endpoints-random
这需要您提供一个搜索词,然后 return 该关键字的 gif 随机列表。

然后您可以使用 gif 的 link 或作为文件的 gif 本身来响应命令。