ultimate-nsfw
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.264latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.264
2.0.164
2.0.056
1.1.44
1.1.32
1.1.23
1.1.12
1.1.03
1.0.93
1.0.84
1.0.73
1.0.62
1.0.53
1.0.43
1.0.32
1.0.23
1.0.12
1.0.02

Package Sidebar

Install

npm i ultimate-nsfw

Weekly Downloads

225

Version

2.0.2

License

MIT

Unpacked Size

18.9 kB

Total Files

18

Last publish

Collaborators

  • evelio