discord-simple-nsfw

1.0.8 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i discord-simple-nsfw

      Weekly Downloads

      0

      Version

      1.0.8

      License

      ISC

      Unpacked Size

      8.42 kB

      Total Files

      6

      Last publish

      Collaborators

      • jelosus1