From d98833dbd1040e6504917824cf2560c45f0505eb Mon Sep 17 00:00:00 2001 From: Fedor Lapshin Date: Mon, 5 Dec 2022 20:54:41 +0300 Subject: [PATCH] fix: gofmt --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 637f64fe2..5b3420a20 100644 --- a/structs.go +++ b/structs.go @@ -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"`