Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Welcome to discordjs-getemojis 👋



Version

Documentation

Dependencies

Maintenance


License: MIT

> 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)_