1.0.8 • Published 3 years ago

discord-simple-nsfw v1.0.8

Weekly downloads
22
License
ISC
Repository
-
Last release
3 years ago

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago