Skip to content

Commit 3018641

Browse files
authored
Merge pull request #320 from Aiko-IT-Systems/activities/fix-and-add
Add new Game & Sort ABC
2 parents 05d31e5 + 33bc7db commit 3018641

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

discord/enums.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,16 +663,18 @@ def from_datatype(cls, datatype):
663663

664664

665665
class EmbeddedActivity(Enum):
666-
youtube = 755600276941176913
667-
poker = 755827207812677713
668666
betrayal = 773336526917861400
667+
chess = 832012586023256104
668+
chess_dev = 832012774040141894
669+
doodle_crew = 878067389634314250
669670
fishing = 814288819477020702
670-
chess = 832012774040141894
671671
letter_tile = 879863686565621790
672-
word_snack = 879863976006127627
673-
doodle_crew = 878067389634314250
672+
poker = 755827207812677713
673+
spell_cast = 852509694341283871
674674
watch_together = 880218394199220334
675675
watch_together_dev = 880218832743055411
676+
word_snack = 879863976006127627
677+
youtube = 755600276941176913
676678

677679
T = TypeVar('T')
678680

docs/api.rst

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,45 +2717,53 @@ of :class:`enum.Enum`.
27172717

27182718
.. versionadded:: 2.0
27192719

2720-
.. attribute:: youtube
2721-
2722-
Represents the embedded application Youtube Together.
2720+
.. attribute:: betrayal
27232721

2724-
.. attribute:: watch_together
2722+
Represents the embedded application Betrayal.io
27252723

2726-
Same as `youtube` with remote feature which allows guild admins to limit the playlist access.
2727-
2728-
.. attribute:: watch_together_dev
2724+
.. attribute:: chess
27292725

2730-
Development version of `watch_together`.
2726+
Represents the embedded application Chess in the Park.
27312727

2732-
.. attribute:: poker
2728+
.. attribute:: chess_dev
27332729

2734-
Represents the embedded application Poker Night.
2730+
Development version of `chess`.
27352731

2736-
.. attribute:: betrayal
2732+
.. attribute:: doodle_crew
27372733

2738-
Represents the embedded application Betrayal.io
2734+
Represents the embedded application Doodle Crew.
27392735

27402736
.. attribute:: fishing
27412737

27422738
Represents the embedded application Fishington.io
27432739

2744-
.. attribute:: chess
2745-
2746-
Represents the embedded application Chess in the Park.
2747-
27482740
.. attribute:: letter_tile
27492741

27502742
Represents the embedded application Letter Tile.
27512743

2744+
.. attribute:: poker
2745+
2746+
Represents the embedded application Poker Night.
2747+
2748+
.. attribute:: spell_cast
2749+
2750+
Represents the embedded application Spell Cast.
2751+
2752+
.. attribute:: watch_together
2753+
2754+
Same as `youtube` with remote feature which allows guild admins to limit the playlist access.
2755+
2756+
.. attribute:: watch_together_dev
2757+
2758+
Development version of `watch_together`.
2759+
27522760
.. attribute:: word_snack
27532761

27542762
Represents the embedded application Word Snacks.
27552763

2756-
.. attribute:: doodle_crew
2764+
.. attribute:: youtube
27572765

2758-
Represents the embedded application Doodle Crew.
2766+
Represents the embedded application Youtube Together.
27592767

27602768

27612769
Async Iterator

0 commit comments

Comments
 (0)