joaquimnet / discordjs-getemojis

Extract emojis from discord.js messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to discordjs-getemojis πŸ‘‹

Version Documentation Dependencies Maintenance License: MIT

Extract emojis from discord.js messages.

🏠 Homepage

Install

npm install 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

About

Extract emojis from discord.js messages.

License:MIT License


Languages

Language:JavaScript 100.0%