Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!!!!
- Host: GitHub
- URL: https://github.com/theramann/discord-emotes
- Owner: TheRamann
- License: gpl-3.0
- Created: 2020-12-22T09:55:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T10:58:11.000Z (almost 4 years ago)
- Last Synced: 2024-03-15T09:22:22.053Z (11 months ago)
- Topics: discord, discord-js, emotes, gif, hug, npm, npm-package, pat, poke, slap
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/discord-emotes
- Size: 614 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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