Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

void.nsfw

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

void.nsfw

It is a simple nsfw module, it assigns photos from gif to png in most extensions.

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

void.nsfw

Join our discord
Support: https://voiddevs.org/dc
NPM: npmjs.com/package/void.nsfw
It is not only used for discord.js, it can work wherever javascript is used.

Example

const v = require("void.nsfw");

console.log(await v.ping()) // NSFW image send ping.

console.log(await v.hentai()) // Hentai image/png-gif

console.log(await v.pussy()) // Pussy image/png-gif

console.log(await v.pgif()) // Porngraphy image/gif

console.log(await v.four()) // 4k image/png-gif

// All types;
// hentai, pussy, pgif, four, hneko, neko, anal, hanal, thigh, boobs, ass, kanna, hthigh, tentacle, hboobs, holo, hass, yaoi, hkitsune, kemonomimi

// Note: await and () must be present.

Installation

If you have trouble with the installation, please feel free to visit our discord address.

  • npm i void.nsfw

Simple discord.js Command;

const v = require('void.nsfw')
const Discord = require("discord.js");

exports.run = async (client, message, args) => {
if(message.channel.nsfw == true) {
message.channel.send(new Discord.MessageEmbed().setColor("RANDOM").setImage(await v.hentai())
} else {
    message.channel.send(new Discord.MessageEmbed().setTitle("ERROR").setColor("RED").setDescription("This channel nsfw content is off, please try again after turning it on.").setImage("https://img.devsforum.net/tr/img/o9Z9V3.png"))
}
}
module.exports.conf = {
  enabled: true,
  guildOnly: false,
  aliases: []
};

module.exports.help = {
  name: 'hentai',
  description: '',
  usage: '' 
};

Keywords

FAQs

Package last updated on 06 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc