diff --git a/disnake/entitlement.py b/disnake/entitlement.py index 7f5c7aa1a3..8dfda2c745 100644 --- a/disnake/entitlement.py +++ b/disnake/entitlement.py @@ -76,7 +76,6 @@ class Entitlement(Hashable): Set to ``None`` when this is a test entitlement. ends_at: Optional[:class:`datetime.datetime`] The time at which the entitlement stops being active. - Set to ``None`` when this is a test entitlement or when this is an indefinite entitlement. You can use :meth:`is_active` to check whether this entitlement is still active. """