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

/ultimate-nsfw/

    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