python discord embed generator
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)
python discord embed generator
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)
discord.py embed generator
embed=discord.Embed(title=server INFO!, description=this is he server's infos, color=0x0400ff)
embed.add_field(name=the total member count, value=, inline=False)
embed.add_field(name=the bots count in the server, value=, inline=False)
embed.add_field(name=the server's name, value=, inline=False)
await ctx.send(embed=embed)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us