UNPKG

image-cord

Version:

It is a package used to make discord bots. It sends attachments of image manipulation, Anime, nsfw, and more pictures easily without any APIs.

16 lines (10 loc) 341 B
const Fetch = require("node-fetch"); const randoms = require('../JSON/random.json') async function Feed(options = {}) { let random = randoms.random[Math.floor((Math.random() * randoms.random.length))]; const image = (`https://purrbot.site/img/sfw/feed/gif/feed_${random}.gif`); return image; }; module.exports = { Feed };