Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
caneleex committed Jun 16, 2023
1 parent f20ecf2 commit a7a6eac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions discord/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,9 @@ func (c InteractionChannel) MarshalJSON() ([]byte, error) {

return json.Merge(mData, pData)
}

type InteractionGuild struct {
ID snowflake.ID `json:"id"`
Locale Locale `json:"locale"`
Features []GuildFeature `json:"features"`
}

0 comments on commit a7a6eac

Please sign in to comment.