Skip to content

Commit 5a8acf2

Browse files
authored
Merge pull request #489 from Pycord-Development/activities/fix
Update Activities with their real names
2 parents 48c027a + 6ef8e05 commit 5a8acf2

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

discord/enums.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -669,26 +669,26 @@ def from_datatype(cls, datatype):
669669
class EmbeddedActivity(Enum):
670670
awkword = 879863881349087252
671671
betrayal = 773336526917861400
672-
cg2_qa = 832012815819604009
673-
cg2_staging = 832012730599735326
674-
cg3_dev = 832012682520428625
675-
cg3_prod = 832013003968348200
676-
cg3_qa = 832012894068801636
677-
cg3_staging = 832012938398400562
678-
cg4_dev = 832013108234289153
679-
cg4_prod = 832025144389533716
680-
cg4_qa = 832025114077298718
681-
cg4_staging = 832025061657280566
682-
chess_in_the_park_dev = 832012586023256104
672+
checkers_in_the_park = 832013003968348200
673+
checkers_in_the_park_dev = 832012682520428625
674+
checkers_in_the_park_staging = 832012938398400562
675+
checkers_in_the_park_qa = 832012894068801636
683676
chess_in_the_park = 832012774040141894
677+
chess_in_the_park_dev = 832012586023256104
678+
chest_in_the_park_staging = 832012730599735326
679+
chest_in_the_park_qa = 832012815819604009
684680
decoders_dev = 891001866073296967
685681
doodle_crew = 878067389634314250
686682
doodle_crew_dev = 878067427668275241
687683
fishington = 814288819477020702
688684
letter_tile = 879863686565621790
689-
pn_staging = 763116274876022855
685+
ocho = 832025144389533716
686+
ocho_dev = 832013108234289153
687+
ocho_staging = 832025061657280566
688+
ocho_qa = 832025114077298718
690689
poker_night = 755827207812677713
691-
poker_qa = 801133024841957428
690+
poker_night_staging = 763116274876022855
691+
poker_night_qa = 801133024841957428
692692
putts = 832012854282158180
693693
sketchy_artist = 879864070101172255
694694
sketchy_artist_dev = 879864104980979792

docs/api.rst

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,54 +2741,38 @@ of :class:`enum.Enum`.
27412741

27422742
Represents the embedded application Betrayal.io
27432743

2744-
.. attribute:: cg2_qa
2745-
2746-
Represents the embedded application CG2 QA.
2747-
2748-
.. attribute:: cg2_staging
2749-
2750-
Represents the embedded application CG2 Staging.
2744+
.. attribute:: checkers_in_the_park
27512745

2752-
.. attribute:: cg3_prod
2753-
2754-
Represents the embedded application CG3 Prod.
2755-
2756-
.. attribute:: cg3_qa
2757-
2758-
Represents the embedded application CG3 QA.
2746+
Represents the embedded application Checkers in the Park Prod.
27592747

2760-
.. attribute:: cg3_staging
2761-
2762-
Represents the embedded application CG3 Staging.
2763-
2764-
.. attribute:: cg3_dev
2748+
.. attribute:: checkers_in_the_park_dev
27652749

2766-
Represents the embedded application CG3 Development.
2767-
2768-
.. attribute:: cg4_prod
2750+
Represents the embedded application Checkers in the Park Development.
27692751

2770-
Represents the embedded application CG4 Prod.
2771-
2772-
.. attribute:: cg4_qa
2752+
.. attribute:: checkers_in_the_park_staging
27732753

2774-
Represents the embedded application CG4 QA.
2754+
Represents the embedded application Checkers in the Park Staging.
27752755

2776-
.. attribute:: cg4_staging
2756+
.. attribute:: checkers_in_the_park_qa
27772757

2778-
Represents the embedded application CG4 Staging.
2758+
Represents the embedded application Checkers in the Park QA.
27792759

2780-
.. attribute:: cg4_dev
2781-
2782-
Represents the embedded application CG4 Development.
2783-
27842760
.. attribute:: chess_in_the_park
27852761

27862762
Represents the embedded application Chess in the Park.
27872763

27882764
.. attribute:: chess_in_the_park_dev
27892765

2790-
Development version of :attr:`~EmbeddedActivity.chess_in_the_park`.
2766+
Represents the embedded application Chess in the Park Development.
27912767

2768+
.. attribute:: chest_in_the_park_staging
2769+
2770+
Represents the embedded application Chess in the Park Staging.
2771+
2772+
.. attribute:: chest_in_the_park_qa
2773+
2774+
Represents the embedded application Chess in the Park QA.
2775+
27922776
.. attribute:: doodle_crew
27932777

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

28022786
Represents the embedded application Letter Tile.
28032787

2788+
.. attribute:: ocho
2789+
2790+
Represents the embedded application Ocho.
2791+
2792+
.. attribute:: ocho_dev
2793+
2794+
Represents the embedded application Ocho Development.
2795+
2796+
.. attribute:: ocho_staging
2797+
2798+
Represents the embedded application Ocho Staging.
2799+
2800+
.. attribute:: ocho_qa
2801+
2802+
Represents the embedded application Ocho QA.
2803+
28042804
.. attribute:: pn_stagging
28052805

28062806
Represents the embedded application Poker Night Staging.

0 commit comments

Comments
 (0)