Générateur d'intégration de Python Discord
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)
Cute Copperhead