@jcauman23/discordnsfw

1.4.3 • Public • Published

DiscordNSFW

DiscordNSFW is a simple package to implement NSFW commands for discord bots.

Note

Please install the latest version of this package only. Old versions aren't supported!.

Installing

npm i discordnsfw

Methods

  • Anal (anal)
  • 4k (fourk)
  • Ass (ass)
  • Gonewild (gonewild)
  • PornGIF (pgif)
  • Pussy (pussy)
  • Thigh (thigh)
  • Boobs (boobs)
  • Hentai Ass (hass)
  • Hentai (hentai)
  • Hentai Midriff (hmidriff)
  • Hentai Thigh (hthigh)
  • Erokemo (erokemo)
  • Kitsune (kitsune)
  • Lewd (lewd)
  • Neko (neko)
  • NekoGIF (nekogif)
  • Neko Feet (nekofeet)
  • Neko Pussy (nekopussy)
  • Neko Tits (nekotits)
  • Solo (solo)
  • Wallpaper (wallpaper)
  • Yuri (yuri)
  • Cum (cum)
  • Kuni (kuni)

Example

module.exports = async(message) => {
    const Discord = require("discord.js");
    const NSFW = require("discordnsfw");
    const nsfw = new NSFW();

    const image = await nsfw.pussy();
    const embed = new Discord.MessageEmbed()
        .setTitle(`Pussy Image`)
        .setColor("GREEN")
        .setImage(image);
    message.channel.send(embed);
}

Note

| This package uses [Nekobot API] and [Nekos.life] to fetch images.

Package Sidebar

Install

npm i @jcauman23/discordnsfw

Weekly Downloads

0

Version

1.4.3

License

ISC

Unpacked Size

42.1 kB

Total Files

6

Last publish

Collaborators

  • jcauman23