2.0.1-a • Published 5 months ago
@jcauman23/discordnsfw v2.0.1-a
DiscordNSFW
DiscordNSFW is a simple package to implement NSFW commands for discord bots.
IMPORTANT UPDATE
Version "2.0.1" Now Supports Discord.JS V14 and fixed all broken links
Note
⚠ Please install the latest version of this package only. Old versions aren't supported!.
Installing
npm i @jcauman23/discordnsfw.anime Methods
- Anal (.anal)
- Ass (.ass)
- Boobs (.boobs)
- Cum (.cum)
- Ecchi (.ecchi)
- Ero (.ero)
- Hentai (.hentai)
- Kitsune (.kitsune)
- Lewd (.lewd)
- Milf (.milf)
- Neko (.neko)
- Oral (.oral)
- Paizuri (.paizuri)
- Pussy (.pussy)
- Solo (.solo)
- Thigh (.thigh)
- Yuri (.yuri)
.real Methods
- Anal (.anal)
- Ass (.ass)
- BDSM (.bdsm)
- Black (.black)
- Blowjob (.blowjob)
- Boobs (.boobs)
- Bottomless (.bottomless)
- Collared (.collared)
- Cum (.cum)
- Cum Sluts (.cumsluts)
- Easter (.easter)
- Feet (.feet)
- Finger (.finger)
- Fuck (.fuck)
- Gone Wild (.gonewild)
- Group (.group)
- Lick (.lick)
- PHGif (.phgif)
- Pussy (.pussy)
- Sixtynine (.sixtynine)
- Tattoo (tattoo)
- Thigh (.thigh)
- Tiny (tiny)
- Toys (toys)
- XMAS (.xmas)
Example Anime Method
module.exports = async(message) => {
const Discord = require("discord.js");
const NSFW = require("discordnsfw");
const nsfw = new NSFW();
const image = await nsfw.anime.pussy();
const embed = new Discord.EmbedBuilder()
.setTitle(`Anime Pussy Image`)
.setColor("GREEN")
.setImage(image);
message.channel.send({ embeds: [embed] });
}Example Real Method
module.exports = async(message) => {
const Discord = require("discord.js");
const NSFW = require("discordnsfw");
const nsfw = new NSFW();
const image = await nsfw.real.pussy();
const embed = new Discord.EmbedBuilder()
.setTitle(`Real Pussy Image`)
.setColor("GREEN")
.setImage(image);
message.channel.send({ embeds: [embed] });
}Note
⚠ | This package uses Nekobot API, OPENBoobs API, OnRender API, Waifu.Im API, Waifu.Pic API and Purrbot.Site API to fetch all images.