Skip to content

Commit e202d7e

Browse files
committed
Merge branch 'master' into refactor-utils
2 parents 0d27afe + 0dda859 commit e202d7e

File tree

4 files changed

+87
-85
lines changed

4 files changed

+87
-85
lines changed

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./docs
4242
- name: "Crowdin"
4343
id: crowdin
44-
uses: crowdin/github-action@v2.10.0
44+
uses: crowdin/github-action@v2.11.0
4545
with:
4646
upload_sources: false
4747
upload_translations: false

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
4646
working-directory: ./docs
4747
- name: "Crowdin"
48-
uses: crowdin/github-action@v2.10.0
48+
uses: crowdin/github-action@v2.11.0
4949
with:
5050
upload_sources: true
5151
upload_translations: false

discord/types/guild.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ class UnavailableGuild(TypedDict):
187187
"ROLE_ICONS",
188188
"ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE",
189189
"ROLE_SUBSCRIPTIONS_ENABLED",
190+
"ROLE_SUBSCRIPTIONS_ENABLED_FOR_PURCHASE",
191+
"SERVER_PROFILES_TEST",
190192
"SEVEN_DAY_THREAD_ARCHIVE",
191193
"SHARD",
192194
"SHARED_CANVAS_FRIENDS_AND_FAMILY_TEST",

0 commit comments

Comments
 (0)