Skip to content

Commit

Permalink
chore: Remove PRIVATE_THREADS (#1789)
Browse files Browse the repository at this point in the history
Remove `PRIVATE_THREADS`
  • Loading branch information
Lulalaby committed Nov 19, 2022
1 parent ca7e541 commit 0ef62b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -45,6 +45,11 @@ 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: 0 additions & 1 deletion discord/guild.py
Expand Up @@ -230,7 +230,6 @@ 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: 0 additions & 1 deletion discord/types/guild.py
Expand Up @@ -79,7 +79,6 @@ 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 0ef62b8

Please sign in to comment.