📜  discord.py 嵌入生成器 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:26.498000             🧑  作者: Mango

代码示例2
embed=discord.Embed(title="**Hallo!**", description="Ich bin ein Bot lol ")
embed.set_footer(text="Danke an Basti fürs helfen <3")
await ctx.send(embed=embed)