Skip to content

Commit

Permalink
Update disnake/subscription.py
Browse files Browse the repository at this point in the history
Co-authored-by: vi <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and shiftinv authored Dec 21, 2024
1 parent 5699c71 commit d4e92a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d4e92a1

Please sign in to comment.