SwitchbladeBot / switchblade

The open source Discord bot that solves all of your problems.

Home Page:https://switchblade.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translate phrases to emoji command

MoPaMo opened this issue Β· comments

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.

  • Hello -> πŸ‘‹
  • You -> βž‘οΈπŸ‘€
  • lmao -> 🀣
  • be -> 🐝
  • …

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

commented

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