bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.11k stars 812 forks source link

Implemented MESSAGE_REACTION_REMOVE_EMOJI event type #1543

Open SamusAranX opened 4 months ago

SamusAranX commented 4 months ago

This PR also refactors the MessageReaction* structs to more closely resemble those in Discord's own documentation. This could potentially be a breaking change for some people.

This will close #1542. In my limited testing, I couldn't find any issues. Let me know if anything else is needed.