Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaquimnet/discordjs-getemojis
Extract emojis from discord.js messages.
https://github.com/joaquimnet/discordjs-getemojis
discord discord-js discordjs emoji emojis javascript
Last synced: 4 months ago
JSON representation
Extract emojis from discord.js messages.
- Host: GitHub
- URL: https://github.com/joaquimnet/discordjs-getemojis
- Owner: joaquimnet
- License: mit
- Archived: true
- Created: 2019-07-22T19:23:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:05:48.000Z (about 2 years ago)
- Last Synced: 2024-09-20T04:21:48.518Z (4 months ago)
- Topics: discord, discord-js, discordjs, emoji, emojis, javascript
- Language: JavaScript
- Size: 644 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to discordjs-getemojis 👋
> Extract emojis from discord.js messages.
### 🏠 [Homepage](https://github.com/joaquimnet/discordjs-getemojis)
## Install
```sh
npm install discordjs-getemojis
```## Usage
```javascript
// require the function
const getEmojis = require('discordjs-getemojis');
// pass a discord.js message to it and get an array of emojis back (or null if no emojis)
const emojis = getEmojis(message);
```## Run tests
```sh
npm run test
```## Author
👤 **Joaquim Neto**
* Github: [@joaquimnet](https://github.com/joaquimnet)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/joaquimnet/discordjs-getemojis/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Joaquim Neto](https://github.com/joaquimnet).
This project is [MIT](https://github.com/joaquimnet/discordjs-getemojis/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_