UNPKG

nekobot-hentai

Version:

Generate Hentai Image/Gif From "NekoBot" API

10 lines (8 loc) 304 B
const superagent = require('superagent'); const coffee = async () => { const body = await superagent.get("https://nekobot.xyz/api/image?type=coffee") result = JSON.parse(body.res.text) if (!result) throw "Failed to get url from the api"; return result } module.exports = coffee