Skip to content

Commit

Permalink
Update discord/enums.py
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Aug 28, 2024
1 parent 9f00a5a commit 3ad15d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,9 @@ class PollLayoutType(Enum):
class SubscriptionStatus(Enum):
"""The status of a subscription."""

active = 1
ending = 2
inactive = 3
active = 0
ending = 1
inactive = 2


T = TypeVar("T")
Expand Down

0 comments on commit 3ad15d6

Please sign in to comment.