From d5504281a53586cfa99885d0487d46a65216d7b6 Mon Sep 17 00:00:00 2001 From: Emma Alyx Wunder Date: Thu, 11 Jul 2024 01:53:27 +0200 Subject: [PATCH] Added comment --- events.go | 1 + 1 file changed, 1 insertion(+) 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 (