Skip to content

Commit

Permalink
Update Activities with their real names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Nov 22, 2021
1 parent e75d7f4 commit 6ef8e05
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
26 changes: 13 additions & 13 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,26 +669,26 @@ def from_datatype(cls, datatype):
class EmbeddedActivity(Enum):
awkword = 879863881349087252
betrayal = 773336526917861400
cg2_qa = 832012815819604009
cg2_staging = 832012730599735326
cg3_dev = 832012682520428625
cg3_prod = 832013003968348200
cg3_qa = 832012894068801636
cg3_staging = 832012938398400562
cg4_dev = 832013108234289153
cg4_prod = 832025144389533716
cg4_qa = 832025114077298718
cg4_staging = 832025061657280566
chess_in_the_park_dev = 832012586023256104
checkers_in_the_park = 832013003968348200
checkers_in_the_park_dev = 832012682520428625
checkers_in_the_park_staging = 832012938398400562
checkers_in_the_park_qa = 832012894068801636
chess_in_the_park = 832012774040141894
chess_in_the_park_dev = 832012586023256104
chest_in_the_park_staging = 832012730599735326
chest_in_the_park_qa = 832012815819604009
decoders_dev = 891001866073296967
doodle_crew = 878067389634314250
doodle_crew_dev = 878067427668275241
fishington = 814288819477020702
letter_tile = 879863686565621790
pn_staging = 763116274876022855
ocho = 832025144389533716
ocho_dev = 832013108234289153
ocho_staging = 832025061657280566
ocho_qa = 832025114077298718
poker_night = 755827207812677713
poker_qa = 801133024841957428
poker_night_staging = 763116274876022855
poker_night_qa = 801133024841957428
putts = 832012854282158180
sketchy_artist = 879864070101172255
sketchy_artist_dev = 879864104980979792
Expand Down
66 changes: 33 additions & 33 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2741,54 +2741,38 @@ of :class:`enum.Enum`.

Represents the embedded application Betrayal.io

.. attribute:: cg2_qa

Represents the embedded application CG2 QA.

.. attribute:: cg2_staging

Represents the embedded application CG2 Staging.
.. attribute:: checkers_in_the_park

.. attribute:: cg3_prod

Represents the embedded application CG3 Prod.

.. attribute:: cg3_qa

Represents the embedded application CG3 QA.
Represents the embedded application Checkers in the Park Prod.

.. attribute:: cg3_staging

Represents the embedded application CG3 Staging.

.. attribute:: cg3_dev
.. attribute:: checkers_in_the_park_dev

Represents the embedded application CG3 Development.

.. attribute:: cg4_prod
Represents the embedded application Checkers in the Park Development.

Represents the embedded application CG4 Prod.

.. attribute:: cg4_qa
.. attribute:: checkers_in_the_park_staging

Represents the embedded application CG4 QA.
Represents the embedded application Checkers in the Park Staging.

.. attribute:: cg4_staging
.. attribute:: checkers_in_the_park_qa

Represents the embedded application CG4 Staging.
Represents the embedded application Checkers in the Park QA.

.. attribute:: cg4_dev

Represents the embedded application CG4 Development.

.. attribute:: chess_in_the_park

Represents the embedded application Chess in the Park.

.. attribute:: chess_in_the_park_dev

Development version of :attr:`~EmbeddedActivity.chess_in_the_park`.
Represents the embedded application Chess in the Park Development.

.. attribute:: chest_in_the_park_staging

Represents the embedded application Chess in the Park Staging.

.. attribute:: chest_in_the_park_qa

Represents the embedded application Chess in the Park QA.

.. attribute:: doodle_crew

Represents the embedded application Doodle Crew.
Expand All @@ -2801,6 +2785,22 @@ of :class:`enum.Enum`.

Represents the embedded application Letter Tile.

.. attribute:: ocho

Represents the embedded application Ocho.

.. attribute:: ocho_dev

Represents the embedded application Ocho Development.

.. attribute:: ocho_staging

Represents the embedded application Ocho Staging.

.. attribute:: ocho_qa

Represents the embedded application Ocho QA.

.. attribute:: pn_stagging

Represents the embedded application Poker Night Staging.
Expand Down

0 comments on commit 6ef8e05

Please sign in to comment.