Skip to content

Commit

Permalink
feat: support nitro basic PremiumType
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrxtchy authored Oct 20, 2023
1 parent 0129d53 commit 5918a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactions/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ class PremiumType(CursedIntEnum):
"""Using Nitro Classic"""
NITRO = 2
"""Full Nitro membership"""
NITRO_BASIC = 3
"""Basic Nitro membership"""


class MessageType(CursedIntEnum):
Expand Down

0 comments on commit 5918a49

Please sign in to comment.