{"id":24588035,"url":"https://github.com/theramann/discord-emotes","last_synced_at":"2026-03-09T18:41:16.707Z","repository":{"id":57212513,"uuid":"323586050","full_name":"TheRamann/Discord-Emotes","owner":"TheRamann","description":"Use it to get gif for commands like pat, slap, poke, hug and more!!!!","archived":false,"fork":false,"pushed_at":"2021-03-23T10:58:11.000Z","size":629,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T01:16:42.987Z","etag":null,"topics":["discord","discord-js","emotes","gif","hug","npm","npm-package","pat","poke","slap"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/discord-emotes","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheRamann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-22T09:55:54.000Z","updated_at":"2022-02-28T07:43:25.000Z","dependencies_parsed_at":"2022-09-12T11:30:42.964Z","dependency_job_id":null,"html_url":"https://github.com/TheRamann/Discord-Emotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRamann%2FDiscord-Emotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRamann%2FDiscord-Emotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRamann%2FDiscord-Emotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRamann%2FDiscord-Emotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRamann","download_url":"https://codeload.github.com/TheRamann/Discord-Emotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251073611,"owners_count":21532019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-js","emotes","gif","hug","npm","npm-package","pat","poke","slap"],"created_at":"2025-01-24T07:14:01.551Z","updated_at":"2026-03-09T18:41:11.663Z","avatar_url":"https://github.com/TheRamann.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/TheRamann"],"categories":[],"sub_categories":[],"readme":"# Discord-Emotes\nUse it to get gif for commands like pat, slap, poke, hug and more!!!!\n\n# Installation \u003cimg src=\"https://cdn.discordapp.com/emojis/316264057659326464.png?v=1\" alt = \"🖥\" width=\"35px\"\u003e\n\u003cb\u003e\u003ca href = \"https://www.npmjs.com/package/discord-emotes\"\u003e npm: \u003c/a\u003e\u003cb\u003e \n\u003cp\u003e\n\u003ccode\u003e npm i discord-emotes \u003c/code\u003e\n    \u003cp\u003e\u003cb\u003e\u003ca href = \"https://classic.yarnpkg.com/en/package/discord-emotes\"\u003e yarn: \u003c/a\u003e\u003c/p\u003e\n        \u003ccode\u003eyarn add discord-emotes \u003c/code\u003e\n\n# Usage \u003cimg src=\"https://cdn.discordapp.com/emojis/757399420319825950.png?v=1\" alt = \"✏\" width=\"35px\"\u003e\n\u003cb\u003eSee the code below for instructions\u003c/b\u003e\n```js\nconst emotes = require(\"discord-emotes\");\n\nemotes.hug().then(gif =\u003e {\n    //  Insert code here\n    //  Just put value where you want the gif to be\n});                                     \n```\n***\n\u003cb\u003eYou can use the code like below\u003c/b\u003e\u003cb\u003e\n```js\nconst emotes = require(\"discord-emotes\");\n\nemotes.hug().then(gif =\u003e console.log(gif));                                     \n```\n***\n\u003cb\u003eYou can even send the gif to a discord channel if you want\u003c/b\u003e\n```js\nconst emotes = require(\"discord-emotes\");\n\nif(command == \"hug\"){\n    emotes.hug().then(gif =\u003e{\n        const embed = new Discord.MessageEmbed()\n            .setTitle(`${message.author.username} hugs ${message.mentions.users.first().username}`)\n            .setImage(gif)\n        message.channel.send(embed);\n    });}\n```\n\u003cb\u003e\nA tip: use visual studio code \u003cbr\u003e\n\u003ca href = \"https://code.visualstudio.com/download\"\u003e\n\u003cimg src = \"https://github.com/TheRamann/Discord-Emotes/blob/main/Md%20Files/Preview.png?raw=true\" width = \"350\"\u003e\n\u003c/a\u003e\n\n# Other emotes \u003cimg src=\"https://cdn.discordapp.com/emojis/781428090454147092.gif?v=1\" alt = \"✏\" width=\"35px\"\u003e\n \u003cfont size=\"3\"\u003e There are these emotes :- \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e hug \u003cbr\u003e \n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e kiss \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e pat \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e poke \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e slap \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e tickle \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e smug \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e cuddle \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e dog \u003cbr\u003e\n\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e cat \u003cbr\u003e\n\u003ca href = \"https://github.com/TheRamann/Discord-Emotes/blob/main/Md%20Files/meme.md\"\u003e\u003cimg src=\"https://cdn.discordapp.com/emojis/582077820843327490.png?v=1\" alt = \"📝\" width=\"15px\"\u003e meme \u003cbr\u003e \u003c/a\u003e\n\u003c/font\u003e\n\n# Like the package? \u003cimg src=\"https://cdn.discordapp.com/emojis/599598716521021441.gif?v=1\" alt = \"✏\" width=\"35px\"\u003e\n\u003ca href = \"https://www.buymeacoffee.com/TheRamann\"\u003e\nSupport the creator here\n\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheramann%2Fdiscord-emotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheramann%2Fdiscord-emotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheramann%2Fdiscord-emotes/lists"}