Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,12 @@ class EmbeddedActivity(Enum):
betrayal = 773336526917861400
fishing = 814288819477020702
chess = 832012774040141894
letter_tile = 879863686565621790
word_snack = 879863976006127627
doodle_crew = 878067389634314250
watch_together = 880218394199220334
watch_together_dev = 880218832743055411


T = TypeVar('T')

Expand Down
46 changes: 46 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2659,6 +2659,52 @@ of :class:`enum.Enum`.

The guild may contain NSFW content.

.. class:: EmbeddedActivity

Respresents an embedded activity application.

.. versionadded:: 2.0

.. attribute:: youtube

Represents the embedded application Youtube Together.

.. attribute:: watch_together

Same as `youtube` with remote feature which allows guild admins to limit the playlist access.

.. attribute:: watch_together_dev

Development version of `watch_together`.

.. attribute:: poker

Represents the embedded application Poker Night.

.. attribute:: betrayal

Represents the embedded application Betrayal.io

.. attribute:: fishing

Represents the embedded application Fishington.io

.. attribute:: chess
Represents the embedded application Chess in the Park.

.. attribute:: letter_tile

Represents the embedded application Letter Tile.

.. attribute:: word_snack

Represents the embedded application Word Snacks.

.. attribute:: doodle_crew

Represents the embedded application Doodle Crew.


Async Iterator
----------------

Expand Down