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 a84f1ea commit 187dd8f
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 @@ -24,7 +24,7 @@ class Subscription(Hashable):
or provided by events (e.g. :func:`on_subscription_create`).
.. warning::
:class:`Subscription`\\s should not be used to grant perks. Use :class:`Entitlement`\\s as a way of whether a user should have access to a specific :class:`SKU`.
:class:`Subscription`\\s should not be used to grant perks. Use :class:`Entitlement`\\s as a way of determining whether a user should have access to a specific :class:`SKU`.
.. note::
Some subscriptions may have been canceled already; consider using :meth:`is_canceled` to check whether a given subscription was canceled.
Expand Down

0 comments on commit 187dd8f

Please sign in to comment.