1.5.4 • Published 3 years ago

discord-emotes v1.5.4

Weekly downloads
49
License
ISC
Repository
github
Last release
3 years ago

Discord-Emotes

Use it to get gif for commands like pat, slap, poke, hug and more!!!!

Installation

npm:

Usage

See the code below for instructions

const emotes = require("discord-emotes");

emotes.hug().then(gif => {
    //  Insert code here
    //  Just put value where you want the gif to be
});                                     

You can use the code like below

const emotes = require("discord-emotes");

emotes.hug().then(gif => console.log(gif));                                     

You can even send the gif to a discord channel if you want

const emotes = require("discord-emotes");

if(command == "hug"){
    emotes.hug().then(gif =>{
        const embed = new Discord.MessageEmbed()
            .setTitle(`${message.author.username} hugs ${message.mentions.users.first().username}`)
            .setImage(gif)
        message.channel.send(embed);
    });}

Other emotes

There are these emotes :- hug kiss pat poke slap tickle smug cuddle dog cat meme

Like the package?

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago