Skip to content

Commit 52d54ce

Browse files
authored
Added support for Fluff Crusade and Tile Trio!
1 parent b5ac40e commit 52d54ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
'attempts': 20,
6161
},
6262
7: {
63-
'name': 'Cafe Dash',
64-
'appToken': 'bc0971b8-04df-4e72-8a3e-ec4dc663cd11',
65-
'promoId': 'bc0971b8-04df-4e72-8a3e-ec4dc663cd11',
63+
'name': 'Tile Trio',
64+
'appToken': 'e68b39d2-4880-4a31-b3aa-0393e7df10c7',
65+
'promoId': 'e68b39d2-4880-4a31-b3aa-0393e7df10c7',
6666
'timing': 20000 / 1000,
6767
'attempts': 20,
6868
},
@@ -74,10 +74,10 @@
7474
'attempts': 20,
7575
},
7676
9: {
77-
'name': 'Gangs Wars',
78-
'appToken': 'b6de60a0-e030-48bb-a551-548372493523',
79-
'promoId': 'c7821fa7-6632-482c-9635-2bd5798585f9',
80-
'timing': 40000 / 1000,
77+
'name': 'Fluff Crusade',
78+
'appToken': '112887b0-a8af-4eb2-ac63-d82df78283d9',
79+
'promoId': '112887b0-a8af-4eb2-ac63-d82df78283d9',
80+
'timing': 30000 / 1000,
8181
'attempts': 20,
8282
},
8383
}

0 commit comments

Comments
 (0)