Skip to content

Commit

Permalink
Added support for Count Masters game!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Sep 18, 2024
1 parent c1c4777 commit f37707e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@
'timing': 30000 / 1000,
'attempts': 20,
},
13: {
'name': 'Count Masters',
'appToken': '4bdc17da-2601-449b-948e-f8c7bd376553',
'promoId': '4bdc17da-2601-449b-948e-f8c7bd376553',
'timing': 30000 / 1000,
'attempts': 20,
},
}


Expand Down

0 comments on commit f37707e

Please sign in to comment.