You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discord/guild.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,17 +208,20 @@ class Guild(Hashable):
208
208
209
209
- ``ANIMATED_BANNER``: Guild can upload an animated banner.
210
210
- ``ANIMATED_ICON``: Guild can upload an animated icon.
211
+
- ``APPLICATION_COMMAND_PERMISSIONS_V2``: Guild is using the old command permissions behavior.
211
212
- ``AUTO_MODERATION``: Guild has enabled the auto moderation system.
212
213
- ``BANNER``: Guild can upload and use a banner. (i.e. :attr:`.banner`)
213
214
- ``CHANNEL_BANNER``: Guild can upload and use a channel banners.
214
215
- ``COMMERCE``: Guild can sell things using store channels, which have now been removed.
215
216
- ``COMMUNITY``: Guild is a community server.
217
+
- ``DEVELOPER_SUPPORT_SERVER``: Guild has been set as a support server on the App Directory.
216
218
- ``DISCOVERABLE``: Guild shows up in Server Discovery.
219
+
- ``FEATURABLE``: Guild can be featured in the Server Directory.
217
220
- ``HAS_DIRECTORY_ENTRY``: Unknown.
218
221
- ``HUB``: Hubs contain a directory channel that let you find school-related, student-run servers for your school or university.
219
222
- ``INTERNAL_EMPLOYEE_ONLY``: Indicates that only users with the staff badge can join the guild.
220
-
- ``INVITE_SPLASH``: Guild's invite page can have a special splash.
221
223
- ``INVITES_DISABLED``: Guild Invites are disabled.
224
+
- ``INVITE_SPLASH``: Guild's invite page can have a special splash.
222
225
- ``LINKED_TO_HUB``: 'Guild is linked to a hub.
223
226
- ``MEMBER_PROFILES``: Unknown.
224
227
- ``MEMBER_VERIFICATION_GATE_ENABLED``: Guild has Membership Screening enabled.
@@ -233,8 +236,10 @@ class Guild(Hashable):
233
236
- ``ROLE_ICONS``: Guild can set an image or emoji as a role icon.
234
237
- ``ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE``: Role subscriptions are available for purchasing.
235
238
- ``ROLE_SUBSCRIPTIONS_ENABLED``: Guild is able to view and manage role subscriptions.
239
+
- ``SEVEN_DAY_THREAD_ARCHIVE``: Users can set the thread archive time to 7 days.
236
240
- ``TEXT_IN_VOICE_ENABLED``: Guild has a chat button inside voice channels that opens a dedicated text channel in a sidebar similar to thread view.
237
241
- ``THREADS_ENABLED_TESTING``: Used by bot developers to test their bots with threads in guilds with 5 or fewer members and a bot. Also gives the premium thread features.
242
+
- ``THREE_DAY_THREAD_ARCHIVE``: Users can set the thread archive time to 3 days.
238
243
- ``TICKETED_EVENTS_ENABLED``: Guild has enabled ticketed events.
239
244
- ``VANITY_URL``: Guild can have a vanity invite URL (e.g. discord.gg/discord-api).
0 commit comments