Skip to content

Commit e5ef5c1

Browse files
ScrxtchysilasaryDeveloper89899
authored
feat: support nitro basic PremiumType (#1563)
* chore: Version bump Signed-off-by: LordOfPolls <dev@lordofpolls.com> * feat: support nitro basic PremiumType --------- Signed-off-by: LordOfPolls <dev@lordofpolls.com> Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com>
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

+2
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)