Skip to content

Commit

Permalink
Revert "chore: Remove PRIVATE_THREADS (Pycord-Development#1789)"
Browse files Browse the repository at this point in the history
This reverts commit 0ef62b8.
  • Loading branch information
NeloBlivion committed Nov 19, 2022
1 parent 0ef62b8 commit 490e83f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ These changes are available on the `master` branch, but have not yet been releas
- `get_application_command()` now supports retrieving subcommands and subcommand groups.
([#1678](https://github.com/Pycord-Development/pycord/pull/1678))

### Removed

- Removed the guild feature `PRIVATE_THREADS` due to paywall limitation removal.
([#1789](https://github.com/Pycord-Development/pycord/pull/1789))

## [2.2.2] - 2022-10-05

### Fixed
Expand Down
1 change: 1 addition & 0 deletions discord/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ class Guild(Hashable):
- ``PARTNERED``: Guild is a partnered server.
- ``PREMIUM_TIER_3_OVERRIDE``: Forces the server to server boosting level 3 (specifically created by Discord Staff Member "Jethro" for their personal server).
- ``PREVIEW_ENABLED``: Guild can be viewed before being accepted via Membership Screening.
- ``PRIVATE_THREADS``: Guild has access to create private threads.
- ``ROLE_ICONS``: Guild can set an image or emoji as a role icon.
- ``ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE``: Role subscriptions are available for purchasing.
- ``ROLE_SUBSCRIPTIONS_ENABLED``: Guild is able to view and manage role subscriptions.
Expand Down
1 change: 1 addition & 0 deletions discord/types/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class UnavailableGuild(TypedDict):
"PARTNERED",
"PREMIUM_TIER_3_OVERRIDE",
"PREVIEW_ENABLED",
"PRIVATE_THREADS",
"ROLE_ICONS",
"ROLE_SUBSCRIPTIONS_ENABLED",
"SEVEN_DAY_THREAD_ARCHIVE",
Expand Down

0 comments on commit 490e83f

Please sign in to comment.