diff --git a/disnake/subscription.py b/disnake/subscription.py index 7a7e6bd27c..30a9a35cf6 100644 --- a/disnake/subscription.py +++ b/disnake/subscription.py @@ -58,7 +58,7 @@ class Subscription(Hashable): renewal_sku_ids: List[:class:`int`] The ID of the SKUs that will be renewed at the start of the new period. entitlement_ids: List[:class:`int`] - The ID of the entitlements the user has. + The IDs of the entitlements the user has as part of this subscription. current_period_start: :class:`datetime.datetime` The time at which the current period for the given subscription started. current_period_end: :class:`datetime.datetime`