Skip to content

Commit

Permalink
chore(core): link to Entitlement in Subscription KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukellmann committed Sep 14, 2024
1 parent 92d5131 commit eddd6c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import kotlinx.datetime.Instant
* An instance of a [Subscription](https://discord.com/developers/docs/resources/subscription).
*
* Subscriptions represent a [User] making recurring payments for at least one [Sku] over an ongoing period. Successful
* payments grant the [User] access to entitlements associated with the [Sku].
* payments grant the [User] access to [Entitlement]s associated with the [Sku].
*/
public class Subscription(
public val data: SubscriptionData,
Expand Down

0 comments on commit eddd6c6

Please sign in to comment.