Skip to content

Commit

Permalink
add MaxStageVideoChannelUsers to Guild (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Mar 31, 2023
1 parent 37ae304 commit 7b58ad9
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 @@ -152,6 +152,7 @@ type Guild struct {
PreferredLocale string `json:"preferred_locale"`
PublicUpdatesChannelID *snowflake.ID `json:"public_updates_channel_id"`
MaxVideoChannelUsers int `json:"max_video_channel_users"`
MaxStageVideoChannelUsers int `json:"max_stage_video_channel_users"`
WelcomeScreen GuildWelcomeScreen `json:"welcome_screen"`
NSFWLevel NSFWLevel `json:"nsfw_level"`
BoostProgressBarEnabled bool `json:"premium_progress_bar_enabled"`
Expand Down

0 comments on commit 7b58ad9

Please sign in to comment.