1.0.4 • Published 4 years ago

djs-random v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Installation

const discord = require("discord.js")
const client = new discord.Client()
const { random } = require("djs-random")
const random = new random();


client.on("ready", () => {
  console.log("I am Ready")
})

client.on("message", async message => {
  if(message.content === "!4k") {
    let data = await random.nsfw("4k")
    message.channel.send(data)
  }
})


client.login("TOKEN")

nsfw(type): Provides you a random nsfw image base on (types), hass, hmidriff, pgif, 4k, hentai, holo, hneko, neko, hkitsune, kemonomimi, anal, hanal, gonewild, kanna, ass, pussy, thigh, hthigh, gah, coffee, food, paizuri, tentacle, boobs, hboobs, yaoi

1.0.4

4 years ago

1.0.3

4 years ago