add: MessageReactionRemoveAll event (#357)
This commit is contained in:
parent
9b9f289415
commit
db909b14fa
1 changed files with 5 additions and 0 deletions
|
@ -177,6 +177,11 @@ type MessageReactionRemove struct {
|
|||
*MessageReaction
|
||||
}
|
||||
|
||||
// MessageReactionRemoveAll is the data for a MessageReactionRemoveAll event.
|
||||
type MessageReactionRemoveAll struct {
|
||||
*MessageReaction
|
||||
}
|
||||
|
||||
// PresencesReplace is the data for a PresencesReplace event.
|
||||
type PresencesReplace []*Presence
|
||||
|
||||
|
|
Loading…
Reference in a new issue