# Gestor de Imagenes Random Este NPM esta dedicado para darles GIFS tipo Anime de TODO tipo ## Instalacion ```js npm install an-gifs --save ``` ## Modo de Uso ```js const anGif = require("an-gifs"); ``` ## Ejemplo Basico | V12 ```js 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 } ```