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
Add game detection requirement to claim-your-game prerequisites (#8341)
* Add game detection requirement to claim-your-game prerequisites
Documents that Discord must have an official record of a game before
it can be claimed, explains that recognition grows with playerbase and
playtime, and clarifies that Rich Presence is separate from automatic
game detection. Directs developers to the Step 2 dropdown as the
definitive way to check whether their game is eligible.
* Review updates.
Copy file name to clipboardExpand all lines: developers/platform/claim-your-game.mdx
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,19 @@ Once your claim is confirmed, your Discord server receives a green verified badg
41
41
Make sure the following are in place before you start:
42
42
43
43
- Your game must have a Steam store page. Other storefronts are not yet supported.
44
+
- Your Steam store page must have a publicly visible Discord invite link. During the claim process, you'll receive a `proof` value to append to that link before the claim can be submitted.
44
45
- Games whose primary purpose is the delivery of sexual content or are Mods of other games are not eligible for claiming.
45
46
- Your Discord application must be assigned to a [development team](/developers/topics/teams#teams), not owned by an individual account.
46
-
- Your Steam store page must have a publicly visible Discord invite link. During the claim process, you'll receive a `proof` value to append to that link before the claim can be submitted.
47
47
- The server owner must be a member of your Team. Discord verifies ownership by sending a verification code to the server owner's email address.
48
+
- Discord must have an official record of your game. Discord automatically recognizes games that have established a sufficient playerbase and play time among Discord users over an extended period.
49
+
50
+
<Tip>
51
+
To check whether Discord has a record of your game, search for it in the Game Identity dropdown in [Step 2](#step-2-find-and-select-your-game).
52
+
If your game does not appear there, Discord does not yet have an official
53
+
record of it. As your game's playerbase and playtime grow, it will become eligible for automatic recognition.
54
+
55
+
Note that implementing [Rich Presence](/developers/platform/rich-presence) via the Discord Social SDK is separate from automatic game detection as these are independent systems, and having Rich Presence alone does not make a game claimable.
56
+
</Tip>
48
57
49
58
<Info>
50
59
At this time, games in private beta or limited release are not supported. Your game must be publicly available and playable to be eligible for claiming.
@@ -68,6 +77,7 @@ If you're an existing SDK partner, claim your game to the application you're alr
68
77
69
78
Search for your game by name in the Game Identity interface and select it to begin the claim.
70
79
80
+
If your game does not appear there, Discord does not yet have an official record of it. As such, you will not be able to claim your game at this time. As your game’s playerbase and playtime grow, it will become eligible for automatic recognition.
0 commit comments