diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f016c385e..22e8e2e414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,12 +26,12 @@ These changes are available on the `master` branch, but have not yet been releas - Added `Guild.fetch_role` method. ([#2528](https://github.com/Pycord-Development/pycord/pull/2528)) -- Added new `Subscription` object and related methods/events. +- Added new `Subscription` object and related methods/events. ([#2564](https://github.com/Pycord-Development/pycord/pull/2564)) ### Fixed -- Fixed `AttributeError` when trying to consume a consumable entitlement. +- Fixed `AttributeError` when trying to consume a consumable entitlement. ([#2564](https://github.com/Pycord-Development/pycord/pull/2564)) ## [2.6.0] - 2024-07-09 diff --git a/discord/types/monetization.py b/discord/types/monetization.py index 2e7f5f2ff9..bb6bc93374 100644 --- a/discord/types/monetization.py +++ b/discord/types/monetization.py @@ -25,7 +25,7 @@ from __future__ import annotations -from typing import List, Literal +from typing import Literal from .._typed_dict import NotRequired, TypedDict from .snowflake import Snowflake