Skip to content

Commit

Permalink
Add message reaction remove emoji event
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhaibinator committed Sep 7, 2024
1 parent 41a66e5 commit 94a6a0f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions eventhandlers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions events.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ type MessageReactionRemoveAll struct {
*MessageReaction
}

// MessageReactionRemoveEmoji is the data for a MessageReactionRemoveEmoji event.
type MessageReactionRemoveEmoji struct {
*MessageReaction
}

// PresencesReplace is the data for a PresencesReplace event.
type PresencesReplace []*Presence

Expand Down

0 comments on commit 94a6a0f

Please sign in to comment.