SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
697 stars 143 forks source link

Fixed the Reaction.emoji getter being undefined #314

Closed RiskoZoSlovenska closed 2 years ago

RiskoZoSlovenska commented 2 years ago

The Reaction class does not define an emoji getter, while other pieces of code (such as Reaction.hash, messaging.checkEmoji, etc.) rely on this getter and throw errors when it doesn't exist.