Skip to content

Commit

Permalink
fix additional reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmf committed Nov 24, 2024
1 parent 8d57fbb commit c61f60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ type EventSubChannelChatNotificationBitsBadgeTier struct {

type EventSubChatNotificationMessage struct {
Text string `json:"text"`
Fragments []EventSubChatMessageFragment `json:"fragment"`
Fragments []EventSubChatMessageFragment `json:"fragments"`
}

// Data for a channel poll begin event
Expand Down

0 comments on commit c61f60d

Please sign in to comment.