Skip to content

Commit

Permalink
add SafetyAlertsChannelID to GuildUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Apr 2, 2023
1 parent 5f019e7 commit a60b1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/guild.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ type GuildUpdate struct {
SystemChannelFlags *SystemChannelFlags `json:"system_channel_flags,omitempty"`
RulesChannelID *snowflake.ID `json:"rules_channel_id,omitempty"`
PublicUpdatesChannelID *snowflake.ID `json:"public_updates_channel_id,omitempty"`
SafetyAlertsChannelID *snowflake.ID `json:"safety_alerts_channel_id,omitempty"`
PreferredLocale *string `json:"preferred_locale,omitempty"`
Features *[]GuildFeature `json:"features,omitempty"`
Description *string `json:"description,omitempty"`
Expand Down

0 comments on commit a60b1c9

Please sign in to comment.