Skip to content

Commit

Permalink
docs(guild): add DEVELOPER_SUPPORT_SERVER feature (#815)
Browse files Browse the repository at this point in the history
add `DEVELOPER_SUPPORT_SERVER` feature
implement discord/discord-api-docs#5572

Signed-off-by: helish <52331802+helish88@users.noreply.github.com>
  • Loading branch information
helish88 authored Oct 21, 2022
1 parent c660fd7 commit 83777ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions disnake/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class Guild(Hashable):
- ``AUTO_MODERATION``: Guild has set up auto moderation rules.
- ``BANNER``: Guild can upload and use a banner. (i.e. :attr:`.banner`)
- ``COMMUNITY``: Guild is a community server.
- ``DEVELOPER_SUPPORT_SERVER``: Guild is set as a support server in the app directory.
- ``DISCOVERABLE``: Guild shows up in Server Discovery.
- ``ENABLED_DISCOVERABLE_BEFORE``: Guild had Server Discovery enabled at least once.
- ``FEATURABLE``: Guild is able to be featured in Server Discovery.
Expand Down
1 change: 1 addition & 0 deletions disnake/types/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class UnavailableGuild(TypedDict):
"BANNER",
"COMMUNITY",
"CREATOR_MONETIZABLE", # not yet documented/finalised
"DEVELOPER_SUPPORT_SERVER",
"DISCOVERABLE",
"ENABLED_DISCOVERABLE_BEFORE",
"FEATURABLE",
Expand Down

0 comments on commit 83777ef

Please sign in to comment.