Browse Source
[types] Remove auto archive duration related guild features
pull/7999/head
I. Ahmad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
4 deletions
-
discord/guild.py
-
discord/types/guild.py
|
|
@ -236,8 +236,6 @@ class Guild(Hashable): |
|
|
|
- ``PREVIEW_ENABLED``: Guild can be viewed before being accepted via Membership Screening. |
|
|
|
- ``PRIVATE_THREADS``: Guild has access to create private threads. |
|
|
|
- ``ROLE_ICONS``: Guild is able to set role icons. |
|
|
|
- ``SEVEN_DAY_THREAD_ARCHIVE``: Guild has access to the seven day archive time for threads. |
|
|
|
- ``THREE_DAY_THREAD_ARCHIVE``: Guild has access to the three day archive time for threads. |
|
|
|
- ``TICKETED_EVENTS_ENABLED``: Guild has enabled ticketed events. |
|
|
|
- ``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api). |
|
|
|
- ``VERIFIED``: Guild is a verified server. |
|
|
|
|
|
@ -72,8 +72,6 @@ GuildFeature = Literal[ |
|
|
|
'PREVIEW_ENABLED', |
|
|
|
'PRIVATE_THREADS', |
|
|
|
'ROLE_ICONS', |
|
|
|
'SEVEN_DAY_THREAD_ARCHIVE', |
|
|
|
'THREE_DAY_THREAD_ARCHIVE', |
|
|
|
'TICKETED_EVENTS_ENABLED', |
|
|
|
'VANITY_URL', |
|
|
|
'VERIFIED', |
|
|
|