nuclearace / SwiftDiscord

Discord API Client for Swift
MIT License
120 stars 25 forks source link

Add reaction events #88

Open TellowKrinkle opened 4 years ago

TellowKrinkle commented 4 years ago

Adds reaction events Note: for now, it uses the member part of the info sent in reaction add to update the guild object, but doesn't pass it through to the delegate (though if the delegate reads from the message's guild they'll get it). Should we include an optional DiscordGuildMember in the delegate or leave it this way?