UNPKG

multi-djs

Version:

A npm of image manipulation, gif catcher and functions

5 lines 177 B
module.exports = async () => { const axios = require('axios'); const { data } = await axios.get("https://nekos.life/api/v2/img/feed"); return data.url; }