Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Dec 5, 2022
1 parent 1dcd1f2 commit 352ad9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1064,9 +1064,9 @@ type SystemChannelFlag int
// Block containing known SystemChannelFlag values
const (
SystemChannelFlagsSuppressJoinNotifications SystemChannelFlag = 1 << 0
SystemChannelFlagsSuppressPremium SystemChannelFlag = 1 << 1
SystemChannelFlagsSuppressPremium SystemChannelFlag = 1 << 1
SystemChannelFlagsSupressGuildReminderNotifications SystemChannelFlag = 1 << 2
SystemChannelFlagsSupressJoinNotificationReplies SystemChannelFlag = 1 << 3
SystemChannelFlagsSupressJoinNotificationReplies SystemChannelFlag = 1 << 3
)

// IconURL returns a URL to the guild's icon.
Expand Down 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 352ad9b

Please sign in to comment.