Skip to content

Commit 92d3670

Browse files
👽️ 添加 TIERLESS_BOOSTING_SYSTEM_MESSAGE 到 GuildFeature 枚举 (#84)
1 parent f69ca97 commit 92d3670

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

nonebot/adapters/discord/api/types.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,15 @@ class GuildFeature(StrEnum):
815815
TICKETED_EVENTS_ENABLED = "TICKETED_EVENTS_ENABLED"
816816
"""guild has enabled ticketed events"""
817817
TICKETING_ENABLED = "TICKETING_ENABLED"
818+
TIERLESS_BOOSTING_SYSTEM_MESSAGE = "TIERLESS_BOOSTING_SYSTEM_MESSAGE"
819+
"""Server uses tierless boosting system messages (gradually rolling out to servers).
820+
821+
This feature is part of Discord's tierless boosting experiment where servers can use
822+
Boosts to unlock perks without needing to reach specific levels. Currently in
823+
limited rollout - not documented in official API docs yet.
824+
825+
see https://discord.com/blog/get-more-from-your-boosts-with-new-server-perks
826+
"""
818827
VANITY_URL = "VANITY_URL"
819828
"""guild has access to set a vanity URL"""
820829
VERIFIED = "VERIFIED"

0 commit comments

Comments
 (0)