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