From 57ad83c88d9d278ca3db15e7e9883a912ee9daa7 Mon Sep 17 00:00:00 2001 From: LonelyDeathVGX Date: Mon, 28 Jul 2025 23:17:22 +0200 Subject: [PATCH 1/2] Remove `owner_id` from Modify Guild JSON params --- docs/resources/guild.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index a739d3ed25..877f2d5f18 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -821,7 +821,6 @@ Attempting to add or remove the `COMMUNITY` [guild feature](/docs/resources/guil | afk_channel_id | ?snowflake | id for afk channel | | afk_timeout | integer | afk timeout in seconds, can be set to: 60, 300, 900, 1800, 3600 | | 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) | -| owner_id | snowflake | user id to transfer guild ownership to (must be owner) | | 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) | | 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) | | banner | ?[image data](/docs/reference#image-data) | base64 16:9 png/jpeg image for the guild banner (when the server has the `BANNER` feature; can be animated gif when the server has the `ANIMATED_BANNER` feature) | From 5bf9fd9436150a2720c71c51c726cd409e36b88b Mon Sep 17 00:00:00 2001 From: LonelyDeathVGX Date: Tue, 29 Jul 2025 01:22:48 +0200 Subject: [PATCH 2/2] Remove `Delete Guild` endpoint --- docs/resources/guild.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/resources/guild.mdx b/docs/resources/guild.mdx index 877f2d5f18..a6d37bf756 100644 --- a/docs/resources/guild.mdx +++ b/docs/resources/guild.mdx @@ -834,11 +834,6 @@ Attempting to add or remove the `COMMUNITY` [guild feature](/docs/resources/guil | premium_progress_bar_enabled | boolean | whether the guild's boost progress bar should be enabled | | safety_alerts_channel_id | ?snowflake | the id of the channel where admins and moderators of Community guilds receive safety alerts from Discord | -## Delete Guild -/guilds/[\{guild.id\}](/docs/resources/guild#guild-object) - -Delete a guild permanently. User must be owner. Returns `204 No Content` on success. Fires a [Guild Delete](/docs/events/gateway-events#guild-delete) Gateway event. - ## Get Guild Channels /guilds/[\{guild.id\}](/docs/resources/guild#guild-object)/channels