1.3.3 • Published 6 years ago
nekos-image-api v1.3.3
nekos-image-api
an addon for discord.js users to help with images
to report issues and get help, join the official discord server
Useage (discord.js with command handler):
let api = require('nekos-image-api');//get the api
exports.run = (client,message) = {
api.{category}.{tag}().then(res => {
message.channel.send({file: res.url});
});
}
exports.help = {
name: "{tag}"
}
Categories:
nsfw, image, memes
Tags:
nsfw: [fourK, ahegao, amateur, asian, ass, bara, bbw, bdsm, boobs, catgirl, cosplay, dick, ecchi, futa, hentai, lingerie, monstergirl, milf, oppai, paizuri, public, pussy, pussygif, snapchat, trap, tittydropgif, uniform, yaoi, yuri, zr]
image: [bird, cat, clannad, dog, emilia, kanna, rem]
memes: [christian, dank, edgy, gif, offensive, overwatch, pic, rainbow6, science, spongebob]
if for some reason you want to get the api version, you can try this:
let api = require('nekos-image-api');
console.log(api.version); // will log 1.3.3