PENIS Command Discord.py

    async def penis(self, ctx, *, user : discord.Member=None):

        if user == None:
            user = ctx.author # When you dont mention anyone, it will mesure your penis size
        dick = "8{}D".format("=" * random.randint(0, 15)) # Be sure to import random
        embed = discord.Embed(
                description = f"{user.name}'s penis\n{dick}",
                color = 0x2f3136)
        embed.set_author(name = "peepee size machine")
        await ctx.send(embed=embed)
ANM Music