diff --git a/events.go b/events.go index 60f2f3fba..374909d13 100644 --- a/events.go +++ b/events.go @@ -274,6 +274,7 @@ func (m *MessageDelete) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &m.Message) } +// MessageReactionType is the type of reaction. Burst-type reactions are Super Reactions. type MessageReactionType int const (