Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
✨ Adding support for THREAD_ENABLED guild Feature (#367)
Browse files Browse the repository at this point in the history
* 📝 Adding THREAD_ENABLED

* 📝 Adding documentation
  • Loading branch information
Sigmanificient authored Jan 10, 2022
1 parent db9bf51 commit 0f189f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pincer/objects/guild/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class GuildFeature(Enum):
Guild can have seven day archive time for threads.
PRIVATE_THREADS : str
Guild can have private threads.
THREADS_ENABLED : str
Guild can have threads enabled.
"""
ANIMATED_ICON = "ANIMATED_ICON"
BANNER = "BANNER"
Expand All @@ -76,3 +78,5 @@ class GuildFeature(Enum):
SEVEN_DAY_THREAD_ARCHIVE = "SEVEN_DAY_THREAD_ARCHIVE"
PRIVATE_THREADS = "PRIVATE_THREADS"
NEW_THREAD_PERMISSIONS = "NEW_THREAD_PERMISSIONS"
THREADS_ENABLED = "THREADS_ENABLED"

0 comments on commit 0f189f7

Please sign in to comment.