├── EmojiParty.plugin.js ├── EmojiParty.png ├── LICENSE ├── README.md ├── manifest.json └── package.json /EmojiParty.plugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An00nymushun/DiscordEmojiParty/HEAD/EmojiParty.plugin.js -------------------------------------------------------------------------------- /EmojiParty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An00nymushun/DiscordEmojiParty/HEAD/EmojiParty.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An00nymushun/DiscordEmojiParty/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An00nymushun/DiscordEmojiParty/HEAD/README.md -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An00nymushun/DiscordEmojiParty/HEAD/manifest.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "main": "EmojiParty.plugin.js" 3 | } --------------------------------------------------------------------------------