npm i discord-emoji-utility
A utility tool for discord emojis!
- Easy to use.
- Advanced options for manipulating the result.
- Support both TypeScript and JavaScript.
const client, // somehow get the discord client
message; // a string from which you want to get emoji etc
const { getEmoji, getEmojiIdentifier, getEmojiString, isEmoji, parseEmoji } = require('discord-emoji-utility');
- Requires Node.jS v14 or later
- This package is in testing phase, feel to join our discord server for helping us!
for support or issues, contact me on my discord server or create a issue here.