2.0.2 • Published 10 months ago

ultimate-nsfw v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Ultimate-NSFW

Ultimate-NSFW is a package created to make it easy to deploy Not safe to work content/images to your discord bot.

Install

npm install ultimate-nsfw

Usage

// Commonjs
const Ultimate = require("ultimate-nsfw").default;
let image = await Ultimate.fetch("<Method>");
// returns { success: boolean, url: string }

// ESM
import { Ultimate } from "ultimate-nsfw";
let image = await Ultimate.fetch("<Method>");
// returns { success: boolean, url: string }

Discord.js Usage

const { EmbedBuilder } = require('discord.js');

const Ultimate = require("ultimate-nsfw");
const nsfw = Ultimate.default;

let image = await nsfw.fetch("waifu");

message.reply({
    embeds: [
        new EmbedBuilder()
            .setTitle('A beautiful Waifu')
            .setImage(image.url)
            .setColor('#ff0000')
    ]
});

APIs used in the package

Methods / Categories

  • Anal (anal)
  • Ass (ass)
  • Boobs (boobs)
  • Doujin (doujin)
  • Ero (ero)
  • Ecchi (ecchi)
  • Feet (feet)
  • 4k (fourk)
  • Gonewild (gonewild)
  • Hentai (hentai)
  • Hentai Boobs (hboobs)
  • Hentai Ass (hass)
  • Hentai Thigh (hthigh)
  • Hmidriff (hmidriff)
  • Kitsune (kitsune)
  • Lewd (lewd)
  • Lewd Neko (lewdneko)
  • Milf (milf)
  • Neko (neko)
  • Paizuri (paizuri)
  • Pussy (pussy)
  • Tentacles (tentacle)
  • Thigh (thigh)
  • Waifu (waifu)
  • Wallpaper (wallpaper)
  • Yuri (yuri)
  • And other stuff
2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago