@jcauman23/discordnsfw
v1.4.3
Published
A simple package to implement NSFW commands for discord bots.
Downloads
3
Maintainers
Readme
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.