diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b9f2bd36..e663073008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ These changes are available on the `master` branch, but have not yet been releas `stage_speaker`, `stage_raise_hand`, `stage_topic`, and `guild_application_premium_subscription`. ([#1852](https://github.com/Pycord-Development/pycord/pull/1852)) +- Added new `EmbeddedActivity` values. + ([#1859](https://github.com/Pycord-Development/pycord/pull/1859)) + +### Changed + +- Changed `EmbeddedActivity` values to update accordingly with the new activities. + ([#1859](https://github.com/Pycord-Development/pycord/pull/1859)) ## [2.3.2] - 2022-12-03 diff --git a/discord/enums.py b/discord/enums.py index ac2b76301e..746a9c86c0 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -818,32 +818,47 @@ def from_datatype(cls, datatype): class EmbeddedActivity(Enum): """Embedded activity""" + ask_away = 976052223358406656 awkword = 879863881349087252 + awkword_dev = 879863923543785532 + bash_out = 1006584476094177371 betrayal = 773336526917861400 + blazing_8s = 832025144389533716 + blazing_8s_dev = 832013108234289153 + blazing_8s_qa = 832025114077298718 + blazing_8s_staging = 832025061657280566 + bobble_league = 947957217959759964 checkers_in_the_park = 832013003968348200 checkers_in_the_park_dev = 832012682520428625 - checkers_in_the_park_staging = 832012938398400562 checkers_in_the_park_qa = 832012894068801636 + checkers_in_the_park_staging = 832012938398400562 chess_in_the_park = 832012774040141894 chess_in_the_park_dev = 832012586023256104 - chest_in_the_park_staging = 832012730599735326 - chest_in_the_park_qa = 832012815819604009 + chess_in_the_park_qa = 832012815819604009 + chess_in_the_park_staging = 832012730599735326 decoders_dev = 891001866073296967 doodle_crew = 878067389634314250 doodle_crew_dev = 878067427668275241 fishington = 814288819477020702 - letter_tile = 879863686565621790 - ocho = 832025144389533716 - ocho_dev = 832013108234289153 - ocho_staging = 832025061657280566 - ocho_qa = 832025114077298718 + know_what_i_meme = 950505761862189096 + land = 903769130790969345 + letter_league = 879863686565621790 + letter_league_dev = 879863753519292467 poker_night = 755827207812677713 - poker_night_staging = 763116274876022855 + poker_night_dev = 763133495793942528 poker_night_qa = 801133024841957428 + poker_night_staging = 763116274876022855 + putt_party = 945737671223947305 + putt_party_dev = 910224161476083792 + putt_party_qa = 945748195256979606 + putt_party_staging = 945732077960188005 putts = 832012854282158180 + sketch_heads = 902271654783242291 + sketch_heads_dev = 902271746701414431 sketchy_artist = 879864070101172255 sketchy_artist_dev = 879864104980979792 spell_cast = 852509694341283871 + spell_cast_staging = 893449443918086174 watch_together = 880218394199220334 watch_together_dev = 880218832743055411 word_snacks = 879863976006127627 diff --git a/docs/api/enums.rst b/docs/api/enums.rst index c551a94c3a..3286fabb95 100644 --- a/docs/api/enums.rst +++ b/docs/api/enums.rst @@ -1750,29 +1750,83 @@ of :class:`enum.Enum`. .. versionadded:: 2.0 + .. attribute:: ask_away + + Represents the embedded application Ask Away. + + .. versionadded:: 2.4 + .. attribute:: awkword Represents the embedded application Awkword. + .. warning:: + + This activity has been removed. + + .. attribute:: awkword_dev + + Development version of :attr:`.awkword`. + + .. warning:: + + This activity has been removed. + + .. attribute:: bash_out + + Represents the embedded application Bash Out. + + .. versionadded:: 2.4 + .. attribute:: betrayal - Represents the embedded application Betrayal.io + Represents the embedded application Betrayal.io. + + .. attribute:: blazing_8s + + Represents the embedded application Blazing 8s. + + .. versionadded:: 2.4 + + .. attribute:: blazing_8s_dev + + Development version of :attr:`.blazing_8s`. + + .. versionadded:: 2.4 + + .. attribute:: blazing_8s_qa + + QA version of :attr:`.blazing_8s`. + + .. versionadded:: 2.4 + + .. attribute:: blazing_8s_staging + + Staging version of :attr:`.blazing_8s`. + + .. versionadded:: 2.4 + + .. attribute:: bobble_league + + Represents the embedded application Bobble League. + + .. versionadded:: 2.4 .. attribute:: checkers_in_the_park - Represents the embedded application Checkers in the Park Prod. + Represents the embedded application Checkers in the Park. .. attribute:: checkers_in_the_park_dev - Represents the embedded application Checkers in the Park Development. + Development version of :attr:`.checkers_in_the_park`. - .. attribute:: checkers_in_the_park_staging + .. attribute:: checkers_in_the_park_qa - Represents the embedded application Checkers in the Park Staging. + QA version of :attr:`.checkers_in_the_park`. - .. attribute:: checkers_in_the_park_qa + .. attribute:: checkers_in_the_park_staging - Represents the embedded application Checkers in the Park QA. + Staging version of :attr:`.checkers_in_the_park`. .. attribute:: chess_in_the_park @@ -1780,72 +1834,154 @@ of :class:`enum.Enum`. .. attribute:: chess_in_the_park_dev - Represents the embedded application Chess in the Park Development. + Development version of :attr:`.chess_in_the_park`. + + .. attribute:: chess_in_the_park_qa + + QA version of :attr:`.chess_in_the_park`. + + .. attribute:: chess_in_the_park_staging + + Staging version of :attr:`.chess_in_the_park`. - .. attribute:: chest_in_the_park_staging + .. attribute:: decoders_dev - Represents the embedded application Chess in the Park Staging. + Represents the embedded application Decoders Development. - .. attribute:: chest_in_the_park_qa + .. warning:: - Represents the embedded application Chess in the Park QA. + This activity has been removed. .. attribute:: doodle_crew Represents the embedded application Doodle Crew. - .. attribute:: fishington + .. warning:: - Represents the embedded application Fishington.io + This activity has been removed. - .. attribute:: letter_tile + .. attribute:: doodle_crew_dev - Represents the embedded application Letter Tile. + Development version of :attr:`.doodle_crew`. - .. attribute:: ocho + .. warning:: - Represents the embedded application Ocho. + This activity has been removed. - .. attribute:: ocho_dev + .. attribute:: fishington - Represents the embedded application Ocho Development. + Represents the embedded application Fishington.io. - .. attribute:: ocho_staging + .. attribute:: know_what_i_meme - Represents the embedded application Ocho Staging. + Represents the embedded application Know What I Meme. - .. attribute:: ocho_qa + .. versionadded:: 2.4 - Represents the embedded application Ocho QA. + .. attribute:: land - .. attribute:: poker_night_staging + Represents the embedded application Land.io. + + .. versionadded:: 2.4 + + .. attribute:: letter_league + + Represents the embedded application Letter League. - Represents the embedded application Poker Night Staging. + .. attribute:: letter_league_dev + + Development version of :attr:`.letter_league`. + + .. versionadded:: 2.4 .. attribute:: poker_night Represents the embedded application Poker Night. + .. attribute:: poker_night_dev + + Development version of :attr:`.poker_night`. + + .. versionadded:: 2.4 + .. attribute:: poker_night_qa - Represents the embedded application Poker QA. + QA version of :attr:`.poker_night`. + + .. attribute:: poker_night_staging + + Staging version of :attr:`.poker_night`. + + .. attribute:: putt_party + + Represents the embedded application Putt Party. + + .. versionadded:: 2.4 + + .. attribute:: putt_party_dev + + Development version of :attr:`.putt_party`. + + .. versionadded:: 2.4 + + .. attribute:: putt_party_qa + + QA version of :attr:`.putt_party`. + + .. versionadded:: 2.4 + + .. attribute:: putt_party_staging + + Staging version of :attr:`.putt_party`. + + .. versionadded:: 2.4 .. attribute:: putts Represents the embedded application Putts. + .. warning:: + + This activity has been removed. + + .. attribute:: sketch_heads + + Represents the embedded application Sketch Heads. + + .. versionadded:: 2.4 + + .. attribute:: sketch_heads_dev + + Development version of :attr:`.sketch_heads`. + + .. versionadded:: 2.4 + .. attribute:: sketchy_artist Represents the embedded application Sketchy Artist. + .. warning:: + + This activity has been removed. + .. attribute:: sketchy_artist_dev - Represents the embedded application Sketchy Artist development version. + Development version of :attr:`.sketchy_artist`. + + .. warning:: + + This activity has been removed. .. attribute:: spell_cast Represents the embedded application Spell Cast. + .. attribute:: spell_cast_staging + + Staging version of :attr:`.spell_cast`. + + .. versionadded:: 2.4 + .. attribute:: watch_together Same as :attr:`~EmbeddedActivity.youtube_together` with remote feature which allows guild admins to limit the playlist access. @@ -1860,7 +1996,7 @@ of :class:`enum.Enum`. .. attribute:: word_snacks_dev - Represents the embedded application word snacks. This is development version of :attr:`.word_snacks` + Development version of :attr:`.word_snacks`. .. attribute:: youtube_together