Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartikesingh/discord-emoji-utility
A utility package for emojis of discord
https://github.com/kartikesingh/discord-emoji-utility
Last synced: 24 days ago
JSON representation
A utility package for emojis of discord
- Host: GitHub
- URL: https://github.com/kartikesingh/discord-emoji-utility
- Owner: KartikeSingh
- Created: 2022-10-26T00:28:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T08:08:40.000Z (about 2 years ago)
- Last Synced: 2024-08-11T09:50:53.176Z (5 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```
npm i discord-emoji-utility
```# What is it?
A utility tool for discord emojis!# Why?
- Easy to use.
- Advanced options for manipulating the result.
- Support both TypeScript and JavaScript.# How?
```js
const client, // somehow get the discord client
message; // a string from which you want to get emoji etcconst { getEmoji, getEmojiIdentifier, getEmojiString, isEmoji, parseEmoji } = require('discord-emoji-utility');
```## Note
- Requires Node.jS v14 or later
- This package is in testing phase, feel to join our [discord server](https://discord.gg/AdP8h2nvh2) for helping us!# Support
for support or issues, contact me on my [discord server](https://discord.gg/AdP8h2nvh2) or create a issue [here](https://github.com/KartikeSingh/discord-emoji-utility/issues).