Exemple #1
0
async def r34(message, tag="hentai"):
    if (tag == "tags"):
        tags = "ass, bdsm, cum, manga, femdom, hentai(tag padrão), masturbation, ero, orgy, yuri, pantsu, glasses, cuckold, b*****b, foot, thighs, v****a, ahegao, uniform, g******g, tentacles, wallpaper, mobileWallpaper, neko, jahy, nsfwNeko, nsfwMobileWallpaper, zettaiRyouiki, Vein05"
        await message.channel.send(tags)
    elif (tag != "hentai"):
        imagelink = hmtai.useHM('v2', tag)
        await message.channel.send(imagelink)
    else:
        imagelink = hmtai.useHM('v2', tag)
        await message.channel.send(imagelink)
Exemple #2
0
 async def hentai(self, ctx):
     cat = [
         'hentai', 'bdsm', 'uniform', 'cum', 'femdom', 'tentacles',
         'nsfwNeko', 'ero', 'yuri'
     ]
     if ctx.channel.is_nsfw():
         await ctx.send(hmtai.useHM('v2', random.choice(cat)))
Exemple #3
0
    async def masturbation(self, ctx):
      y = hmtai.useHM("v2","masturbation")
      
      embed = discord.Embed(color=0XEE6363)
      embed.set_author(name="🔞 Masturbation", url=y)
      embed.set_image(url=y)
      embed.timestamp = datetime.datetime.utcnow()
      embed.set_footer(text=f"Requested by {ctx.message.author}")

      await ctx.send(embed=embed)
Exemple #4
0
    async def b*****b(self, ctx):
      y = hmtai.useHM("v2","b*****b")
      
      embed = discord.Embed(color=0XEE6363)
      embed.set_author(name="🔞 B*****b", url=y)
      embed.set_image(url=y)
      embed.timestamp = datetime.datetime.utcnow()
      embed.set_footer(text="wish that was you huh?")

      await ctx.send(embed=embed)
Exemple #5
0
    async def tentacles(self, ctx):
      y = hmtai.useHM("v2","tentacles")
      
      embed = discord.Embed(color=0XEE6363)
      embed.set_author(name="🔞 Tentacles", url=y)
      embed.set_image(url=y)
      embed.timestamp = datetime.datetime.utcnow()
      embed.set_footer(text=f"I won't even question it")

      await ctx.send(embed=embed)