File tree Expand file tree Collapse file tree
nonebot/adapters/discord/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments