Amazebot / bbot

An adaptable conversation engine for building bespoke bots.
MIT License
55 stars 2 forks source link

Add emoji utility module #89

Open timkinnane opened 6 years ago

timkinnane commented 6 years ago

I've used a subset of emoji data from https://github.com/iamcal/emoji-data to provide simple searching of words to check if they exist as emoji names. This could be extended to provide much more utility, but should be packaged as an external module.

I wanted to use https://github.com/omnidan/node-emoji but a lot of the methods weren't implemented and no other similar packages have Typescript typings.