random-animal-pictures
v2.0.1
Published
Gives a picture of a dog or cat (Do this with functions)
Readme
Hello!
This module will return animal images.
This can be used for anything but these examples will be for discord.js
const animals = require("random-animal-pictures");
//Cat example
message.channel.send(animals.cat());
//Dog example
message.channel.send(animals.dog());
This returns a link to a random image of the animal specified
