Skip to content

Commit

Permalink
Added another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamusAranX committed Jul 10, 2024
1 parent d550428 commit f51dd65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func (m *MessageDelete) UnmarshalJSON(b []byte) error {
// MessageReactionType is the type of reaction. Burst-type reactions are Super Reactions.
type MessageReactionType int

// Block contains all known MessageReactionType values.
const (
MessageReactionTypeNormal MessageReactionType = 0
MessageReactionTypeBurst MessageReactionType = 1
Expand Down

0 comments on commit f51dd65

Please sign in to comment.