From 5699c7190803015110b56dc75421f2786f5192d2 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:22:00 +0100 Subject: [PATCH] Update disnake/subscription.py Co-authored-by: vi <8530778+shiftinv@users.noreply.github.com> Signed-off-by: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> --- disnake/subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`