【发布时间】:2021-01-25 21:56:03
【问题描述】:
我有这个代码来显示我的项目状态:
def status(branch):
embed=discord.Embed(title="Wng status", description=f"**On branch : {branch} :**\n\n- Windows : \n- *nix : ", color=0xffaa00)
embed.set_footer(text="w/status • Status of wng project")
return embed
但是当我发送它时它不显示图像: picture
我如何发送降价图片?
【问题讨论】:
标签: python image markdown discord.py embed