UNPKG

multi-djs

Version:

A npm of image manipulation, gif catcher and functions

6 lines 284 B
module.exports = async (image) => { if (!image) throw new Error("Parâmetro <image> não definido!"); const axios = require('axios'); const { data } = await axios.get(`https://nekobot.xyz/api/imagegen?type=stickbug&url=${image}`) return data.message; }