From d4e92a1a7a13b2b91bd55ad143a358b5b044b407 Mon Sep 17 00:00:00 2001 From: Snipy7374 <100313469+Snipy7374@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:22:30 +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 30a9a35cf6..ec471c5299 100644 --- a/disnake/subscription.py +++ b/disnake/subscription.py @@ -56,7 +56,7 @@ class Subscription(Hashable): sku_ids: List[:class:`int`] The ID of the SKUs the user is subscribed to. renewal_sku_ids: List[:class:`int`] - The ID of the SKUs that will be renewed at the start of the new period. + The IDs of the SKUs that will be renewed at the start of the new period. entitlement_ids: List[:class:`int`] The IDs of the entitlements the user has as part of this subscription. current_period_start: :class:`datetime.datetime`