Skip to content

Commit e5ef5c1

Browse files
ScrxtchysilasaryLordOfPolls
authored
feat: support nitro basic PremiumType (#1563)
* chore: Version bump Signed-off-by: LordOfPolls <[email protected]> * feat: support nitro basic PremiumType --------- Signed-off-by: LordOfPolls <[email protected]> Co-authored-by: Katelyn Gigante <[email protected]> Co-authored-by: LordOfPolls <[email protected]>
1 parent e4c1cbf commit e5ef5c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interactions/models/discord/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@ class PremiumType(CursedIntEnum):
340340
"""Using Nitro Classic"""
341341
NITRO = 2
342342
"""Full Nitro membership"""
343+
NITRO_BASIC = 3
344+
"""Basic Nitro membership"""
343345

344346

345347
class MessageType(CursedIntEnum):

0 commit comments

Comments
 (0)