Skip to content

Commit

Permalink
feat(PartyType): add a new activity (#984)
Browse files Browse the repository at this point in the history
Signed-off-by: Luke <[email protected]>
  • Loading branch information
wooslow authored May 4, 2023
1 parent 73158aa commit c62831e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/984.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a new voice channel activity, :attr:`PartyType.gartic_phone`.
1 change: 1 addition & 0 deletions disnake/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class PartyType(Enum):
watch_together = 880218394199220334
sketch_heads = 902271654783242291
ocho = 832025144389533716
gartic_phone = 1007373802981822582


class SpeakingState(Enum):
Expand Down
5 changes: 5 additions & 0 deletions docs/api/voice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ PartyType
The "Ocho" activity.

.. versionadded:: 2.4
.. attribute:: gartic_phone

The "Gartic Phone" activity.

.. versionadded:: 2.9

Events
------
Expand Down

0 comments on commit c62831e

Please sign in to comment.