Browse Source
Add missing guild features in types.guild
pull/10265/head
Sacul
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
discord/types/guild.py
|
@ -94,6 +94,8 @@ GuildFeature = Literal[ |
|
|
'RAID_ALERTS_DISABLED', |
|
|
'RAID_ALERTS_DISABLED', |
|
|
'SOUNDBOARD', |
|
|
'SOUNDBOARD', |
|
|
'MORE_SOUNDBOARD', |
|
|
'MORE_SOUNDBOARD', |
|
|
|
|
|
'GUESTS_ENABLED', |
|
|
|
|
|
'GUILD_TAGS', |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|