Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 authored Dec 5, 2022
1 parent 1dcd1f2 commit d98833d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ type GuildParams struct {
Icon string `json:"icon,omitempty"`
OwnerID string `json:"owner_id,omitempty"`
Splash string `json:"splash,omitempty"`
DiscoverySplash string `json:"discovery_splash,omitempty"`
DiscoverySplash string `json:"discovery_splash,omitempty"`
Banner string `json:"banner,omitempty"`
SystemChannelID string `json:"system_channel_id,omitempty"`
SystemChannelFlags SystemChannelFlag `json:"system_channel_flags,omitempty"`
Expand Down

0 comments on commit d98833d

Please sign in to comment.