nekobot-hentai
Version:
Generate Hentai Image/Gif From "NekoBot" API
10 lines (8 loc) • 316 B
JavaScript
const superagent = require('superagent');
const kemonomimi = async () => {
const body = await superagent.get("https://nekobot.xyz/api/image?type=kemonomimi")
result = JSON.parse(body.res.text)
if (!result) throw "Failed to get url from the api";
return result
}
module.exports = kemonomimi