An00nymushun / DiscordFreeEmojis

227 stars 119 forks source link

[BUG] broken after latest update #81

Open wabash1 opened 1 year ago

wabash1 commented 1 year ago

name: Emojis broken after latest update about: '' title: '' labels: '' assignees: ''


Describe the bug clicking emojis from other servers no longer links an image but puts the emoji code.

To Reproduce select emoji from another server

Steps to reproduce the behavior:

  1. Go to emojis
  2. Click on an emoji from another server
  3. It shows in chat window, hit enter
  4. it shows as the emoji code

Expected behavior locked emoji should show

Screenshots image image image

Client:

Troubleshooting

dark-swordsman commented 1 year ago

Yeah, can confirm. It just posts the name of the emoji instead. image image

Dastan21 commented 1 year ago

Change if(!emoji.available) to if(true || !emoji.available) in the plugin.js file