Skip to content

Commit b93c0b9

Browse files
authored
fix capital id in App Subscriptions (discord#7084)
1 parent 28c781d commit b93c0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/monetization/Implementing_App_Subscriptions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For subscription SKUs, you will receive the following events:
6565

6666
### Accessing Entitlements with the HTTP API
6767

68-
For apps requiring background processing or not solely reliant on interactions, keeping track of entitlements is essential. You can utilize the [List Entitlements](#DOCS_RESOURCES_ENTITLEMENT/list-entitlements) endpoint to list active and expired entitlements. Your app can filter entitlements by a specific user or guild by using the `?user_id=XYZ` or `?guild_Id=XYZ` query params.
68+
For apps requiring background processing or not solely reliant on interactions, keeping track of entitlements is essential. You can utilize the [List Entitlements](#DOCS_RESOURCES_ENTITLEMENT/list-entitlements) endpoint to list active and expired entitlements. Your app can filter entitlements by a specific user or guild by using the `?user_id=XYZ` or `?guild_id=XYZ` query params.
6969

7070
For example, you might keep track of our entitlements in a database and check if a user still has access to a specific SKU before performing a cron job or other task.
7171

0 commit comments

Comments
 (0)