From 9f00a5a76770cbc4dc9d95f2ade801745e5ceb9f Mon Sep 17 00:00:00 2001 From: plun1331 Date: Wed, 28 Aug 2024 15:29:59 -0700 Subject: [PATCH] docs: correct directives from notice to note --- discord/monetization.py | 2 +- docs/api/events.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/monetization.py b/discord/monetization.py index e25b3eb7ef..0f51161d8e 100644 --- a/discord/monetization.py +++ b/discord/monetization.py @@ -148,7 +148,7 @@ class Entitlement(Hashable): .. versionadded:: 2.5 - .. notice:: + .. note:: As of October 1, 2024, entitlements that have been purchased will have ``ends_at`` set to ``None`` unless the parent :class:`Subscription` has been cancelled. diff --git a/docs/api/events.rst b/docs/api/events.rst index 2ed87d394e..c2dba18751 100644 --- a/docs/api/events.rst +++ b/docs/api/events.rst @@ -891,7 +891,7 @@ Monetization .. versionadded:: 2.5 - .. notice:: + .. note:: Before October 1, 2024, this event was called when a user's subscription was renewed.