an-gifs
v0.0.4
Published
GIFS de todo tipo relacionados con el Anime
Downloads
4
Readme
Gestor de Imagenes Random
Este NPM esta dedicado para darles GIFS tipo Anime de TODO tipo
Instalacion
npm install an-gifs --save
Modo de Uso
const anGif = require("an-gifs");
Ejemplo Basico | V12
if(command ==="hug") {
let afortunado = message.mentions.users.first();
if(!afortunado) return message.channel.send("Menciona a alguien")
let hug = await IMGgestor.getHug();
let hugEmbed = new Discord.MessageEmbed()
.setTitle(`${message.author.username} abrazo a ${afortnuado.user.username}`)
.setImage(hug)
message.channel.send(dogEmbed);
//Cerramos el comando
}