discord-simple-nsfw
v1.0.8
Published
A simple nsfw package for your discord bot
Downloads
6
Readme
Discord Simple Nsfw
discord-simple-nsfw is a module to implement nsfw commands in your own discord bot
Change Log
1.0.7 to 1.0.8
- Added more images to boobs category
- Added butty category (hentai and real)
Types
- boobs (real or hentai)
- more types come very soon
Installation
npm install discord-simple-nsfw
Example in a normal message
const nsfw = require("discord-simple-nsfw");
const boobs = nsfw.boobs('real'); //can be hentai too, with nsfw.boobs('hentai')
message.channel.send(boobs);
Example in an embed
const nsfw = require("discord-simple-nsfw");
const boobs = nsfw.boobs('real'); //can be hentai too, with nsfw.boobs('hentai')
const Bembed = new <discord>.MessageEmbed(); //in v11 replace MessageEmbed for RichEmbed
.setImage(boobs)
message.channel.send({ embed: Bembed });
Contact me
Twitter: click here
License
ISC