Skip to content

Commit b49227b

Browse files
authored
Merge branch 'master' into viewless-components
2 parents 1331d76 + 8e35395 commit b49227b

File tree

4 files changed

+322
-263
lines changed

4 files changed

+322
-263
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
⚠️ This is a testing repository, and should not be used in production.
1+
⚠️ This is a testing repository, and should not be used in production ⚠️
22

33
Please use the main repository: https://github.com/Pycord-Development/pycord
44

discord/types/guild.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class UnavailableGuild(TypedDict):
6464
"ACTIVITIES_INTERNAL_DEV",
6565
"ACTIVITY_FEED_DISABLED_BY_USER",
6666
"ACTIVITY_FEED_ENABLED_BY_USER",
67+
"AGE_VERIFICATION_LARGE_GUILD",
6768
"ANIMATED_BANNER",
6869
"ANIMATED_ICON",
6970
"APPLICATION_COMMAND_PERMISSIONS_V2",
@@ -120,6 +121,7 @@ class UnavailableGuild(TypedDict):
120121
"FEATURABLE",
121122
"FORCE_RELAY",
122123
"FORWARDING_DISABLED",
124+
"GAME_SERVER_HOSTING",
123125
"GENSHIN_L30",
124126
"GUESTS_ENABLED",
125127
"GUILD_AUTOMOD_DEFAULT_LIST",
@@ -140,6 +142,8 @@ class UnavailableGuild(TypedDict):
140142
"GUILD_ROLE_SUBSCRIPTION_TRIALS",
141143
"GUILD_SERVER_GUIDE",
142144
"GUILD_TAGS",
145+
"GUILD_TAGS_BADGE_PACK_FLEX",
146+
"GUILD_TAGS_BADGE_PACK_PETS",
143147
"GUILD_WEB_PAGE_VANITY_URL",
144148
"HAD_EARLY_ACTIVITIES_ACCESS",
145149
"HAS_DIRECTORY_ENTRY",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docs = [
6969
dev = [
7070
"codespell==2.4.1",
7171
"coverage~=7.8",
72-
"mypy~=1.17.1",
72+
"mypy~=1.18.1",
7373
"pre-commit==4.3.0",
7474
"pytest~=8.4.1",
7575
"pytest-asyncio~=0.26.0",

0 commit comments

Comments
 (0)