RadBuilder / EmojiChat

A simple, configurable, opensource plugin that adds emojis to your chat!
https://emojichat.radbuilder.net/
MIT License
41 stars 29 forks source link

Discord's :slightly_smiling: face does not translate in-game to :slightly_smiling_face:. #15

Open mibby opened 4 years ago

mibby commented 4 years ago

On discord if you type :), the smiley emoji does not show in-game. It outputs as :slightly_smiling: text while EmojiChat's actual smiley is slightly_smiling_face. The weird thing is while it outputs as :slightly_smiling: text in-game, when you hover over the emoji on discord, it's actually called :slight_smile:.

I tried adding both as shortcuts to the config, but smiling on discord does not translate to the emoji.

shortcuts:
  slightly_smiling_face:
  - ':)'
  - '(:'
  - ':slightly_smiling:'
  - ':slight_smile:'

Other emojis work fine to and from discord and in-game. Would it be possible to add an alias to match discord's emoji name so smiling on discord works?

Using DiscordSRV to bridge chat.

DiscordSRV v1.19.0-SNAPSHOT EmojiChat v1.8.3