OceanicJS / Oceanic

A NodeJS library for interfacing with Discord.
https://oceanic.ws
MIT License
269 stars 25 forks source link

Fix double encodeURIComponent for emojis #164

Closed TheKodeToad closed 6 months ago

TheKodeToad commented 6 months ago

It doesn't seem to matter if @me is encoded or not even though that started being encoded shrug

Pre 1.10.4 if the emoji had any form of uri encoding encoding would be skipped. With this fix it does still feel like a breaking change. I would argue changing the previous behaviour is a good idea but it probably shouldn't be a minor bump.