1.0.0 ā€¢ Published 5 years ago

discordjs-getemojis v1.0.0

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

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

šŸ¤ 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