Skip to content

Commit

Permalink
Update discord/enums.py
Browse files Browse the repository at this point in the history
Co-authored-by: Middledot <78228142+Middledot@users.noreply.github.com>
  • Loading branch information
Lulalaby and Middledot authored Oct 30, 2021
1 parent f3d3a37 commit d1a2d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def __int__(self):


class ApplicationType(Enum):
game = 1,
game = 1
music = 2
ticketed_events = 3
guild_role_subscriptions = 4
Expand Down

0 comments on commit d1a2d5d

Please sign in to comment.