📜  python discord 嵌入生成器 - Java 代码示例

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

代码示例1
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)