【发布时间】:2021-04-26 16:30:50
【问题描述】:
我正在使用 discord.py 制作一个不和谐机器人,但我不知道如何在嵌入中发送 gif。我正在尝试发出诸如拥抱、亲吻、嘘声等命令。我该怎么做?
embed1 = discord.Embed(title="this is a title", description="this is a description!", color=0x00ff00,)
await message.channel.send(embed = embed1)```
【问题讨论】:
-
欢迎来到 Stack Overflow!您能否编辑您的问题以包含您当前正在处理的代码示例?这将有助于其他人给出量身定制的答案。
标签: python discord.py discord.py-rewrite