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 187dd8f commit 5699c71
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 @@ -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`
Expand Down

0 comments on commit 5699c71

Please sign in to comment.