Skip to content

Commit

Permalink
Merge branch 'DisnakeDev:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
KnownBlackHat authored May 4, 2023
2 parents 09a753d + c62831e commit 5da93d7
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 5da93d7

Please sign in to comment.