We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75e743 commit 4c0dd33Copy full SHA for 4c0dd33
discord/enums.py
@@ -595,11 +595,13 @@ class ButtonStyle(Enum):
595
def __int__(self):
596
return self.value
597
598
+
599
class ApplicationType(Enum):
- game = 1,
600
- music = 2,
601
- ticketed_events = 3,
602
- guild_role_subscriptions = 4,
+ game = 1,
+ music = 2
+ ticketed_events = 3
603
+ guild_role_subscriptions = 4
604
605
606
class StagePrivacyLevel(Enum):
607
public = 1
0 commit comments