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)