From 30a165922d7bf2207f90c5fc1ebd46ac6ed1428b Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 18 Dec 2025 23:22:03 +0000 Subject: [PATCH 1/2] Social SDK: Rename rate limit removal to increased rate limits Update terminology from "Rate Limit Removal" to "Increased Rate Limits for Production Releases" to more accurately reflect that rate limits are increased rather than completely removed. --- .../core-concepts/communication-features.mdx | 21 +++++++++++-------- .../partials/callouts/rate-limit.mdx | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/discord-social-sdk/core-concepts/communication-features.mdx b/docs/discord-social-sdk/core-concepts/communication-features.mdx index d4911faac8..7f271bc3e2 100644 --- a/docs/discord-social-sdk/core-concepts/communication-features.mdx +++ b/docs/discord-social-sdk/core-concepts/communication-features.mdx @@ -18,7 +18,7 @@ The following communication features are available for development and testing, For more information about current rate limits for communication features, please see [Rate Limits](/docs/discord-social-sdk/core-concepts/communication-features#rate-limits), and see the -[Applying for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal) +[Applying for Increased Rate Limits for Production Releases](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases) section below for how to remove those rate limits, such that you can use these features for full release. ## Messaging & Communication @@ -78,18 +78,20 @@ Prior to a successful application to remove rate limits, communication features These are per-application rate limits, not per-user. ::: -These limitations are designed to provide sufficient capacity for development, testing, and small-scale demos while ensuring system stability. Once you gain full access through the rate limit removal application process, these restrictions are removed, allowing your game to scale to production levels. +These limitations are designed to provide sufficient capacity for development, testing, and small-scale demos while ensuring system stability. Once you gain full access through the rate limit increase application process, these restrictions are removed, allowing your game to scale to production levels. -## Applying for Rate Limit Removal + +## Applying for Increased Rate Limits for Production Releases -To apply for removal of rate limits on Discord Social SDK communication features, you must meet the requirements -outlined in the [Application Requirements for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#application-requirements-for-rate-limit-removal) + +To apply for increased rate limits on Discord Social SDK communication features, you must meet the requirements +outlined in the [Application Requirements for Increased Rate Limits](/docs/discord-social-sdk/core-concepts/communication-features#application-requirements-for-increased-rate-limits) section below. -Once you have met those requirements, you can apply for rate limit removal by following these steps: +Once you have met those requirements, you can apply for increased rate limits by following these steps: 1. Open the [Application page of the Developer Portal](https://discord.com/developers/applications) -2. Open the Application you want to apply for rate limit removal +2. Open the Application you want to apply for rate limit increase 3. Under the **Discord Social SDK** heading in the sidebar, click the **Comms Access** button 5. Fill out the application form with the required information and supporting materials @@ -97,7 +99,8 @@ Once you have met those requirements, you can apply for rate limit removal by fo Video capture provided to the application should be in url format, hosted on a file or video-sharing service of your choice as an unlisted video ::: -## Application Requirements for Rate Limit Removal + +## Application Requirements for Increased Rate Limits This section outlines the specific requirements you must meet before submitting your game for approval to unlock Discord Social SDK text and/or voice communications for full release. You'll find: @@ -116,7 +119,7 @@ integrations can drive higher player engagement and retention by creating seamle connected and coming back to your game. And of course, remember to make sure you are complying with our [Social SDK Terms](https://support-dev.discord.com/hc/en-us/articles/30225844245271-Discord-Social-SDK-Terms).

If you believe you meet these requirements, you can -[apply for access to full release comms features](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal). +[apply for access to full release comms features](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases). Discord may approve or deny your access after review of your application and additional terms may apply. ::: diff --git a/docs/discord-social-sdk/partials/callouts/rate-limit.mdx b/docs/discord-social-sdk/partials/callouts/rate-limit.mdx index 632adddcd5..faaa98c0bd 100644 --- a/docs/discord-social-sdk/partials/callouts/rate-limit.mdx +++ b/docs/discord-social-sdk/partials/callouts/rate-limit.mdx @@ -1,5 +1,5 @@ :::warn This feature is currently available with rate limits. To remove the rate limits for your game, please follow -[Communication Features: Applying for Rate Limit Removal](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-rate-limit-removal). +[Communication Features: Applying for Increased Rate Limits for Production Releases](/docs/discord-social-sdk/core-concepts/communication-features#applying-for-increased-rate-limits-for-production-releases). ::: \ No newline at end of file From c7b6a7d2b7002e77be2a69125d6a47dde4b5c98c Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 18 Dec 2025 23:40:41 +0000 Subject: [PATCH 2/2] Fix line order numbering. --- .../discord-social-sdk/core-concepts/communication-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discord-social-sdk/core-concepts/communication-features.mdx b/docs/discord-social-sdk/core-concepts/communication-features.mdx index 7f271bc3e2..71cf0284f9 100644 --- a/docs/discord-social-sdk/core-concepts/communication-features.mdx +++ b/docs/discord-social-sdk/core-concepts/communication-features.mdx @@ -93,7 +93,7 @@ Once you have met those requirements, you can apply for increased rate limits by 1. Open the [Application page of the Developer Portal](https://discord.com/developers/applications) 2. Open the Application you want to apply for rate limit increase 3. Under the **Discord Social SDK** heading in the sidebar, click the **Comms Access** button -5. Fill out the application form with the required information and supporting materials +4. Fill out the application form with the required information and supporting materials :::info Video capture provided to the application should be in url format, hosted on a file or video-sharing service of your choice as an unlisted video