From 542d3412940b5ae37dc4c1cfc290cbcbb7baf666 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 15 Apr 2025 16:08:35 +0000 Subject: [PATCH 1/2] Changelog: Deprecating Guild Creation by Apps --- ...-15-deprecating-guild-createion-by-apps.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md diff --git a/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md b/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md new file mode 100644 index 0000000000..1db03ab1af --- /dev/null +++ b/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md @@ -0,0 +1,29 @@ +--- +title: "Deprecating Guild Creation by Apps" +date: "2025-04-15" +topics: + - "HTTP API" +--- + +### Breaking Change + +To address security concerns, we are deprecating the ability for applications to create guilds using the `Create Guild` +endpoint. + +#### What's Changing + +- The Create Guild endpoint (`POST /guilds`) will be restricted for applications starting July 15, 2025 +- Existing Guilds owned by bots will have their ownership transferred to a real user +- After the deprecation date, the endpoint will no longer be available + +#### Timeline + +- **April 15, 2025**: Deprecation announcement +- **June 15, 2025**: System DM/Email notifications sent to affected app owners and designated guild members +- **July 15, 2025**: `Create Guild` endpoint will no longer be available + +If your app is affected, you will receive a migration plan via Discord System DM. + +We understand this change may affect some legitimate use cases. If you have questions or believe your application +requires continued access to guild creation functionality, please contact us through +the [Developer Support portal](https://support.discord.com/hc/en-us). \ No newline at end of file From 72ee8a8707dc8c7774f08c37a512b94b81efa9a1 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 15 Apr 2025 09:33:01 -0700 Subject: [PATCH 2/2] Update docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md Review changes. Co-authored-by: Suspense <64612795+AlmostSuspense@users.noreply.github.com> --- .../2025-04-15-deprecating-guild-createion-by-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md b/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md index 1db03ab1af..1203567e8c 100644 --- a/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md +++ b/docs/change-log/2025-04-15-deprecating-guild-createion-by-apps.md @@ -26,4 +26,4 @@ If your app is affected, you will receive a migration plan via Discord System DM We understand this change may affect some legitimate use cases. If you have questions or believe your application requires continued access to guild creation functionality, please contact us through -the [Developer Support portal](https://support.discord.com/hc/en-us). \ No newline at end of file +the [Developer Support portal](https://support-dev.discord.com/hc). \ No newline at end of file