SwitchbladeBot / switchblade

The open source Discord bot that solves all of your problems.
https://switchblade.xyz/
BSD 4-Clause "Original" or "Old" License
426 stars 220 forks source link

Translate phrases to emoji command #1312

Open MoPaMo opened 3 years ago

MoPaMo commented 3 years ago

I saw the emojify command and thought it would be fun if a command didn't just convert letter by letter, but translated the meaning of whole words and phrases into emojis, e.g.

I already found a site that does something like this, but I don't think they offer an API, so we would have to code it ourselves. I think you can reuse the emojify code (at least the one for the numbers and hashtags). Still, I think that would be a very fun addition (people would have a very hard time guessing what those weird emoji-chains are supposed to mean 😂)

There are also several sites for emoji phrases:

The command could be emoji-tr

Doges commented 3 years ago

That looks pretty fun, gonna take a look and prob gonna add it.