const superagent = require('superagent');
constcoffee = 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