This is an nsfw package with over 15 commands
npm install discord-nsfw-simple``bash`
npm i discord-nsfw-simple
js
const Discord = require("discord.js");
const NSFW = require("discord-nsfw-simple");
const nsfw = new NSFW();const image = await nsfw.hentai();
const embed = new Discord.MessageEmbed()
.setTitle(
Hentai Image)
.setColor("RANDOM")
.setImage(image);
message.channel.send(embed);
``> github