We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ca7f0 commit 482a53cCopy full SHA for 482a53c
discord/guild.go
@@ -345,7 +345,6 @@ type GuildUpdate struct {
345
AFKChannelID *snowflake.ID `json:"afk_channel_id,omitempty"`
346
AFKTimeout *int `json:"afk_timeout,omitempty"`
347
Icon omit.Omit[*Icon] `json:"icon,omitzero"`
348
- OwnerID *snowflake.ID `json:"owner_id,omitempty"`
349
Splash omit.Omit[*Icon] `json:"splash,omitzero"`
350
DiscoverySplash omit.Omit[*Icon] `json:"discovery_splash,omitzero"`
351
Banner omit.Omit[*Icon] `json:"banner,omitzero"`
0 commit comments