You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When using the `roles` parameter, the first member of the array is used to change properties of the guild's `@everyone` role. If you are trying to bootstrap a guild with additional roles, keep this in mind.
@@ -576,23 +578,27 @@ Modify a guild's settings. Requires the `MANAGE_GUILD` permission. Returns the u
| afk_channel_id | ?snowflake | id for afk channel |
587
-
| afk_timeout | integer | afk timeout in seconds |
588
-
| icon | ?[image data](#DOCS_REFERENCE/image-data)| base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the server has `ANIMATED_ICON` feature) |
589
-
| owner_id | snowflake | user id to transfer guild ownership to (must be owner) |
590
-
| splash | ?[image data](#DOCS_REFERENCE/image-data)| base64 16:9 png/jpeg image for the guild splash (when the server has `INVITE_SPLASH` feature) |
591
-
| banner | ?[image data](#DOCS_REFERENCE/image-data)| base64 16:9 png/jpeg image for the guild banner (when the server has `BANNER` feature) |
592
-
| system_channel_id | ?snowflake | the id of the channel where guild notices such as welcome messages and boost events are posted |
593
-
| rules_channel_id | ?snowflake | the id of the channel where Community guilds display rules and/or guidelines |
594
-
| public_updates_channel_id | ?snowflake | the id of the channel where admins and moderators of Community guilds receive notices from Discord |
595
-
| preferred_locale | ?string | the preferred locale of a Community guild used in server discovery and notices from Discord; defaults to "en-US" |
| afk_channel_id | ?snowflake | id for afk channel |
589
+
| afk_timeout | integer | afk timeout in seconds |
590
+
| icon | ?[image data](#DOCS_REFERENCE/image-data)| base64 1024x1024 png/jpeg/gif image for the guild icon (can be animated gif when the server has the `ANIMATED_ICON` feature) |
591
+
| owner_id | snowflake | user id to transfer guild ownership to (must be owner) |
592
+
| splash | ?[image data](#DOCS_REFERENCE/image-data)| base64 16:9 png/jpeg image for the guild splash (when the server has the `INVITE_SPLASH` feature) |
593
+
| discovery_splash | ?[image data](#DOCS_REFERENCE/image-data)| base64 16:9 png/jpeg image for the guild discovery splash (when the server has the `DISCOVERABLE` feature) |
594
+
| banner | ?[image data](#DOCS_REFERENCE/image-data)| base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature) |
595
+
| system_channel_id | ?snowflake | the id of the channel where guild notices such as welcome messages and boost events are posted |
0 commit comments