Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Aug 6, 2021
1 parent 63fea10 commit e13da20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ type InteractionResponseData struct {
Components []MessageComponent `json:"components"`
Embeds []*MessageEmbed `json:"embeds,omitempty"`
AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"`
Files []*File `json:"-"`
Flags uint64 `json:"flags,omitempty"`
}

Expand Down

0 comments on commit e13da20

Please sign in to comment.