discordjs-getemojis
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Welcome to discordjs-getemojis 👋

Version Documentation Dependencies Maintenance License: MIT

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

/discordjs-getemojis/

    Package Sidebar

    Install

    npm i discordjs-getemojis

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    15.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • joaquimnet