Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/subscriptions' into feat/su…
Browse files Browse the repository at this point in the history
…bscriptions
  • Loading branch information
plun1331 committed Aug 28, 2024
2 parents efdb972 + 1e317a8 commit 2227382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion discord/types/monetization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2227382

Please sign in to comment.