hitenSharm / Discord-Meme-and-Music-Bot

This is a meme and music bot made with NodeJS and DiscordJS
4 stars 4 forks source link

Text to emoji command #30

Closed hitenSharm closed 2 years ago

hitenSharm commented 2 years ago

API for conversion Purpose: Arguments sent by the user get emojified. Steps:

P.S. If this API doesn't work well let me know, also record a video of this working using loom when making a PR

AmanPachori commented 2 years ago

@hitenSharm I would like to work on this

hitenSharm commented 2 years ago

Hey @AmanPachori, let me know if you are making progress.

kailash360 commented 2 years ago

@hitenSharm, if this issue is still open, I would like to work on it.

kailash360 commented 2 years ago

@hiten, the API is returning data in form of HTML entities. so, it looks like this. image

I found this npm package html-entities that can convert HTML entities to unicode. Should I proceed with this library?