From db909b14fa253c91f249c234f8f3a8283b521ef8 Mon Sep 17 00:00:00 2001 From: Floretta Date: Sat, 15 Apr 2017 18:07:59 +0200 Subject: [PATCH] add: MessageReactionRemoveAll event (#357) --- events.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/events.go b/events.go index 4e4e299..aee08ab 100644 --- a/events.go +++ b/events.go @@ -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