Add missing guild features in types.guild

This commit is contained in:
Sacul 2025-08-14 23:44:41 +08:00 committed by GitHub
parent 773fcc83df
commit 4839036eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,8 @@ GuildFeature = Literal[
'RAID_ALERTS_DISABLED', 'RAID_ALERTS_DISABLED',
'SOUNDBOARD', 'SOUNDBOARD',
'MORE_SOUNDBOARD', 'MORE_SOUNDBOARD',
'GUESTS_ENABLED',
'GUILD_TAGS',
] ]