Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi117 committed Oct 5, 2024
1 parent 5dbc881 commit b51a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Message struct {
Flags MessageFlags `json:"flags"`

// The message associated with the message_reference. This is a minimal subset of fields in a message (e.g. author is excluded.)
MessageSnapshot []Message `json:"message_snapshot,omitempty"`
MessageSnapshots []Message `json:"message_snapshots,omitempty"`

// TTS specifies whether the was a TTS message.
TTS bool `json:"tts"`
Expand Down

0 comments on commit b51a6fc

Please sign in to comment.