Skip to content

Commit 4c0dd33

Browse files
authored
Update enums.py
1 parent f75e743 commit 4c0dd33

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

discord/enums.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,11 +595,13 @@ class ButtonStyle(Enum):
595595
def __int__(self):
596596
return self.value
597597

598+
598599
class ApplicationType(Enum):
599-
game = 1,
600-
music = 2,
601-
ticketed_events = 3,
602-
guild_role_subscriptions = 4,
600+
game = 1,
601+
music = 2
602+
ticketed_events = 3
603+
guild_role_subscriptions = 4
604+
603605

604606
class StagePrivacyLevel(Enum):
605607
public = 1

0 commit comments

Comments
 (0)