Skip to content

Commit ac9b2b1

Browse files
authored
Merge branch 'master' into unittest
2 parents 14fe917 + ce16709 commit ac9b2b1

File tree

3 files changed

+196
-38
lines changed

3 files changed

+196
-38
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ These changes are available on the `master` branch, but have not yet been releas
2121
`stage_speaker`, `stage_raise_hand`, `stage_topic`, and
2222
`guild_application_premium_subscription`.
2323
([#1852](https://github.com/Pycord-Development/pycord/pull/1852))
24+
- Added new `EmbeddedActivity` values.
25+
([#1859](https://github.com/Pycord-Development/pycord/pull/1859))
26+
27+
### Changed
28+
29+
- Changed `EmbeddedActivity` values to update accordingly with the new activities.
30+
([#1859](https://github.com/Pycord-Development/pycord/pull/1859))
2431

2532
## [2.3.2] - 2022-12-03
2633

discord/enums.py

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -818,32 +818,47 @@ def from_datatype(cls, datatype):
818818
class EmbeddedActivity(Enum):
819819
"""Embedded activity"""
820820

821+
ask_away = 976052223358406656
821822
awkword = 879863881349087252
823+
awkword_dev = 879863923543785532
824+
bash_out = 1006584476094177371
822825
betrayal = 773336526917861400
826+
blazing_8s = 832025144389533716
827+
blazing_8s_dev = 832013108234289153
828+
blazing_8s_qa = 832025114077298718
829+
blazing_8s_staging = 832025061657280566
830+
bobble_league = 947957217959759964
823831
checkers_in_the_park = 832013003968348200
824832
checkers_in_the_park_dev = 832012682520428625
825-
checkers_in_the_park_staging = 832012938398400562
826833
checkers_in_the_park_qa = 832012894068801636
834+
checkers_in_the_park_staging = 832012938398400562
827835
chess_in_the_park = 832012774040141894
828836
chess_in_the_park_dev = 832012586023256104
829-
chest_in_the_park_staging = 832012730599735326
830-
chest_in_the_park_qa = 832012815819604009
837+
chess_in_the_park_qa = 832012815819604009
838+
chess_in_the_park_staging = 832012730599735326
831839
decoders_dev = 891001866073296967
832840
doodle_crew = 878067389634314250
833841
doodle_crew_dev = 878067427668275241
834842
fishington = 814288819477020702
835-
letter_tile = 879863686565621790
836-
ocho = 832025144389533716
837-
ocho_dev = 832013108234289153
838-
ocho_staging = 832025061657280566
839-
ocho_qa = 832025114077298718
843+
know_what_i_meme = 950505761862189096
844+
land = 903769130790969345
845+
letter_league = 879863686565621790
846+
letter_league_dev = 879863753519292467
840847
poker_night = 755827207812677713
841-
poker_night_staging = 763116274876022855
848+
poker_night_dev = 763133495793942528
842849
poker_night_qa = 801133024841957428
850+
poker_night_staging = 763116274876022855
851+
putt_party = 945737671223947305
852+
putt_party_dev = 910224161476083792
853+
putt_party_qa = 945748195256979606
854+
putt_party_staging = 945732077960188005
843855
putts = 832012854282158180
856+
sketch_heads = 902271654783242291
857+
sketch_heads_dev = 902271746701414431
844858
sketchy_artist = 879864070101172255
845859
sketchy_artist_dev = 879864104980979792
846860
spell_cast = 852509694341283871
861+
spell_cast_staging = 893449443918086174
847862
watch_together = 880218394199220334
848863
watch_together_dev = 880218832743055411
849864
word_snacks = 879863976006127627

docs/api/enums.rst

Lines changed: 165 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,102 +1750,238 @@ of :class:`enum.Enum`.
17501750

17511751
.. versionadded:: 2.0
17521752

1753+
.. attribute:: ask_away
1754+
1755+
Represents the embedded application Ask Away.
1756+
1757+
.. versionadded:: 2.4
1758+
17531759
.. attribute:: awkword
17541760

17551761
Represents the embedded application Awkword.
17561762

1763+
.. warning::
1764+
1765+
This activity has been removed.
1766+
1767+
.. attribute:: awkword_dev
1768+
1769+
Development version of :attr:`.awkword`.
1770+
1771+
.. warning::
1772+
1773+
This activity has been removed.
1774+
1775+
.. attribute:: bash_out
1776+
1777+
Represents the embedded application Bash Out.
1778+
1779+
.. versionadded:: 2.4
1780+
17571781
.. attribute:: betrayal
17581782

1759-
Represents the embedded application Betrayal.io
1783+
Represents the embedded application Betrayal.io.
1784+
1785+
.. attribute:: blazing_8s
1786+
1787+
Represents the embedded application Blazing 8s.
1788+
1789+
.. versionadded:: 2.4
1790+
1791+
.. attribute:: blazing_8s_dev
1792+
1793+
Development version of :attr:`.blazing_8s`.
1794+
1795+
.. versionadded:: 2.4
1796+
1797+
.. attribute:: blazing_8s_qa
1798+
1799+
QA version of :attr:`.blazing_8s`.
1800+
1801+
.. versionadded:: 2.4
1802+
1803+
.. attribute:: blazing_8s_staging
1804+
1805+
Staging version of :attr:`.blazing_8s`.
1806+
1807+
.. versionadded:: 2.4
1808+
1809+
.. attribute:: bobble_league
1810+
1811+
Represents the embedded application Bobble League.
1812+
1813+
.. versionadded:: 2.4
17601814

17611815
.. attribute:: checkers_in_the_park
17621816

1763-
Represents the embedded application Checkers in the Park Prod.
1817+
Represents the embedded application Checkers in the Park.
17641818

17651819
.. attribute:: checkers_in_the_park_dev
17661820

1767-
Represents the embedded application Checkers in the Park Development.
1821+
Development version of :attr:`.checkers_in_the_park`.
17681822

1769-
.. attribute:: checkers_in_the_park_staging
1823+
.. attribute:: checkers_in_the_park_qa
17701824

1771-
Represents the embedded application Checkers in the Park Staging.
1825+
QA version of :attr:`.checkers_in_the_park`.
17721826

1773-
.. attribute:: checkers_in_the_park_qa
1827+
.. attribute:: checkers_in_the_park_staging
17741828

1775-
Represents the embedded application Checkers in the Park QA.
1829+
Staging version of :attr:`.checkers_in_the_park`.
17761830

17771831
.. attribute:: chess_in_the_park
17781832

17791833
Represents the embedded application Chess in the Park.
17801834

17811835
.. attribute:: chess_in_the_park_dev
17821836

1783-
Represents the embedded application Chess in the Park Development.
1837+
Development version of :attr:`.chess_in_the_park`.
1838+
1839+
.. attribute:: chess_in_the_park_qa
1840+
1841+
QA version of :attr:`.chess_in_the_park`.
1842+
1843+
.. attribute:: chess_in_the_park_staging
1844+
1845+
Staging version of :attr:`.chess_in_the_park`.
17841846

1785-
.. attribute:: chest_in_the_park_staging
1847+
.. attribute:: decoders_dev
17861848

1787-
Represents the embedded application Chess in the Park Staging.
1849+
Represents the embedded application Decoders Development.
17881850

1789-
.. attribute:: chest_in_the_park_qa
1851+
.. warning::
17901852

1791-
Represents the embedded application Chess in the Park QA.
1853+
This activity has been removed.
17921854

17931855
.. attribute:: doodle_crew
17941856

17951857
Represents the embedded application Doodle Crew.
17961858

1797-
.. attribute:: fishington
1859+
.. warning::
17981860

1799-
Represents the embedded application Fishington.io
1861+
This activity has been removed.
18001862

1801-
.. attribute:: letter_tile
1863+
.. attribute:: doodle_crew_dev
18021864

1803-
Represents the embedded application Letter Tile.
1865+
Development version of :attr:`.doodle_crew`.
18041866

1805-
.. attribute:: ocho
1867+
.. warning::
18061868

1807-
Represents the embedded application Ocho.
1869+
This activity has been removed.
18081870

1809-
.. attribute:: ocho_dev
1871+
.. attribute:: fishington
18101872

1811-
Represents the embedded application Ocho Development.
1873+
Represents the embedded application Fishington.io.
18121874

1813-
.. attribute:: ocho_staging
1875+
.. attribute:: know_what_i_meme
18141876

1815-
Represents the embedded application Ocho Staging.
1877+
Represents the embedded application Know What I Meme.
18161878

1817-
.. attribute:: ocho_qa
1879+
.. versionadded:: 2.4
18181880

1819-
Represents the embedded application Ocho QA.
1881+
.. attribute:: land
18201882

1821-
.. attribute:: poker_night_staging
1883+
Represents the embedded application Land.io.
1884+
1885+
.. versionadded:: 2.4
1886+
1887+
.. attribute:: letter_league
1888+
1889+
Represents the embedded application Letter League.
18221890

1823-
Represents the embedded application Poker Night Staging.
1891+
.. attribute:: letter_league_dev
1892+
1893+
Development version of :attr:`.letter_league`.
1894+
1895+
.. versionadded:: 2.4
18241896

18251897
.. attribute:: poker_night
18261898

18271899
Represents the embedded application Poker Night.
18281900

1901+
.. attribute:: poker_night_dev
1902+
1903+
Development version of :attr:`.poker_night`.
1904+
1905+
.. versionadded:: 2.4
1906+
18291907
.. attribute:: poker_night_qa
18301908

1831-
Represents the embedded application Poker QA.
1909+
QA version of :attr:`.poker_night`.
1910+
1911+
.. attribute:: poker_night_staging
1912+
1913+
Staging version of :attr:`.poker_night`.
1914+
1915+
.. attribute:: putt_party
1916+
1917+
Represents the embedded application Putt Party.
1918+
1919+
.. versionadded:: 2.4
1920+
1921+
.. attribute:: putt_party_dev
1922+
1923+
Development version of :attr:`.putt_party`.
1924+
1925+
.. versionadded:: 2.4
1926+
1927+
.. attribute:: putt_party_qa
1928+
1929+
QA version of :attr:`.putt_party`.
1930+
1931+
.. versionadded:: 2.4
1932+
1933+
.. attribute:: putt_party_staging
1934+
1935+
Staging version of :attr:`.putt_party`.
1936+
1937+
.. versionadded:: 2.4
18321938

18331939
.. attribute:: putts
18341940

18351941
Represents the embedded application Putts.
18361942

1943+
.. warning::
1944+
1945+
This activity has been removed.
1946+
1947+
.. attribute:: sketch_heads
1948+
1949+
Represents the embedded application Sketch Heads.
1950+
1951+
.. versionadded:: 2.4
1952+
1953+
.. attribute:: sketch_heads_dev
1954+
1955+
Development version of :attr:`.sketch_heads`.
1956+
1957+
.. versionadded:: 2.4
1958+
18371959
.. attribute:: sketchy_artist
18381960

18391961
Represents the embedded application Sketchy Artist.
18401962

1963+
.. warning::
1964+
1965+
This activity has been removed.
1966+
18411967
.. attribute:: sketchy_artist_dev
18421968

1843-
Represents the embedded application Sketchy Artist development version.
1969+
Development version of :attr:`.sketchy_artist`.
1970+
1971+
.. warning::
1972+
1973+
This activity has been removed.
18441974

18451975
.. attribute:: spell_cast
18461976

18471977
Represents the embedded application Spell Cast.
18481978

1979+
.. attribute:: spell_cast_staging
1980+
1981+
Staging version of :attr:`.spell_cast`.
1982+
1983+
.. versionadded:: 2.4
1984+
18491985
.. attribute:: watch_together
18501986

18511987
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`.
18601996

18611997
.. attribute:: word_snacks_dev
18621998

1863-
Represents the embedded application word snacks. This is development version of :attr:`.word_snacks`
1999+
Development version of :attr:`.word_snacks`.
18642000

18652001
.. attribute:: youtube_together
18662002

0 commit comments

Comments
 (0)