Package Exports
- discord-nsfw
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (discord-nsfw) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Discord-Nsfw
Discord-Nsfw is a simple package to implement NSFW commands for discord bots.
Note
⚠ Please install the latest version of this package only. Old versions won't work anymore.
Installing
npm i discord-nsfwMethods
- Anal (anal)
- 4K (fourk)
- Ass (ass)
- Gonewild (gonewild)
- Porngif (pgif)
- Pussy (pussy)
- Thigh (thigh)
- Boobs (boobs)
- Hentai Ass (hentaiass)
- Hentai (hentai)
- Hentai Midriff (hmidriff)
- Hentai Thigh (hentaithigh)
- Erokemo (erokemo)
- Kitsune (kitsune)
- Lewd (lewd)
- Neko Feet (nekofeet)
- Neko Pussy (nekopussy)
- Neko Tits (nekotits)
- Solo (solo)
- Wallpaper (wallpaper)
Example
const Discord = require("discord.js");
const NSFW = require("discord-nsfw");
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.