Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theramann/discord-emotes

Use it to get gif for commands like pat, slap, poke, hug and more!!!!
https://github.com/theramann/discord-emotes

discord discord-js emotes gif hug npm npm-package pat poke slap

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

# Installation 🖥
npm:


npm i discord-emotes

yarn:


yarn add discord-emotes

# Usage ✏
See the code below for instructions
```js
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
```js
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
```js
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);
});}
```

A tip: use visual studio code



# Other emotes ✏
There are these emotes :-

📝 hug

📝 kiss

📝 pat

📝 poke

📝 slap

📝 tickle

📝 smug

📝 cuddle

📝 dog

📝 cat

📝 meme

# Like the package? ✏

Support the creator here