-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Social SDK: Rename rate limit removal to increased rate limits #8049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
markmandel
merged 2 commits into
discord:main
from
markmandel:social-sdk/rename-rate-limit-removal
Dec 18, 2025
+14
−11
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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,26 +78,29 @@ 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 | ||
| <a id="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 | ||
| 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 | ||
| ::: | ||
|
|
||
| ## Application Requirements for Rate Limit Removal | ||
| <a id="application-requirements-for-rate-limit-removal"/> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think this is load bearing, but just being safe. |
||
| ## 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). | ||
| <br/><br/>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. | ||
| ::: | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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). | ||
| ::: |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load bearing anchor tag. Works mostly.