discordjs-getemojis
v1.0.0
Published
Extract emojis from discord.js messages.
Downloads
6
Maintainers
Readme
Extract emojis from discord.js messages.
🏠 Homepage
Install
npm instal discordjs-getemojis
Usage
// 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
npm run test
Author
👤 Joaquim Neto
- Github: @joaquimnet
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Joaquim Neto. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator