Skip to content

Commit

Permalink
Update message.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Lapshin <[email protected]>
  • Loading branch information
AlexeyOplachko and FedorLap2006 authored Jan 13, 2024
1 parent b677c3b commit 34b5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ type MessageSend struct {
type MessageEdit struct {
Content *string `json:"content,omitempty"`
Components *[]MessageComponent `json:"components,omitempty"`
Embeds []*MessageEmbed `json:"embeds,omitempty"`
Embeds *[]*MessageEmbed `json:"embeds,omitempty"`
AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"`
Flags MessageFlags `json:"flags,omitempty"`
// Files to append to the message
Expand Down

0 comments on commit 34b5a49

Please sign in to comment.