TheGreenPig / Apate

A BetterDiscord Plugin that allows End-to-End encryption and hiding messages in messages!
65 stars 17 forks source link

Make emojis jumboable if on a single line #18

Closed fabJunior closed 3 years ago

fabJunior commented 3 years ago

If an emojis is alone on its line, it's jumboable: Discord_VNDqhZf1EU

fabJunior commented 3 years ago

Seems good to me, you could also do .slice(1, -1) instead of .slice(1, emojiArray[i].length-1)

Oh good to know!