mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +00:00
[types] Remove auto archive duration related guild features
This commit is contained in:
parent
1451074d66
commit
e3ea4706f9
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user