Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

giflib

VoidDevsorg11MIT0.1.7-beta

GifLib Module by VoidDevs.org

Gif, Gif Library, Gif API, Unlimited Gifs, Gif Module

readme

Join our discord

GifLib by VoidDevs & ByQush

Usage

Add this line to the beggining of code

const gif = require('giflib')

And add some of the functions inside the exports.run

Functions


gif.mka(); // Sends a Mustafa Kemal Atatürk gif

gif.funny(); // Sends a Funny gif

gif.NSFW(); // Sends a NSFW gif

gif.woman(); // Sends a woman gif

gif.man(); // Sends a man gif

gif.baby(); // Sends a baby gif

gif.couple(); // Sends a Couple gif

gif.lcdp(); // Sends a La Casa De Papel gif

More Soon™

Options

funny, NSFW, woman, man, baby, couple, lcdp, mka

Install

npm i giflib or npm install giflib

An Example

const Discord = require('discord.js');
const gif = require('giflib')

exports.run = async (client, message, args) => {

const embed = new Discord.MessageEmbed();
.setTitle("Funny GIF")
.setImage(await gif.funny())

message.channel.send(embed);
}


exports.config = {
  name: 'funny',
  aliases: ['funnygif']
};

You can take a glance at Example infrastructure

License

MIT (c) VoidDevs & ByQush

https://voiddevs.org