Skip to content

Commit

Permalink
Merge pull request #183 from FasterSpeeding/task/document-new-activit…
Browse files Browse the repository at this point in the history
…y-type

Add Competing activity type
  • Loading branch information
Nekokatt authored Sep 15, 2020
2 parents 43f0c01 + 3faa862 commit 81196ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hikari/presences.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class ActivityType(enum.IntEnum):
Bots currently do not support setting custom statuses.
"""

COMPETING = 5
"""Shows up as `Competing in <name>`"""

def __str__(self) -> str:
return self.name

Expand Down

0 comments on commit 81196ac

Please sign in to comment.