Skip to content

Commit

Permalink
Added support for Stone Age!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Sep 5, 2024
1 parent 52d54ce commit a12efc4
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 @@ -80,6 +80,13 @@
'timing': 30000 / 1000,
'attempts': 20,
},
10: {
'name': 'Stone Age',
'appToken': '04ebd6de-69b7-43d1-9c4b-04a6ca3305af',
'promoId': '04ebd6de-69b7-43d1-9c4b-04a6ca3305af',
'timing': 20000 / 1000,
'attempts': 20,
},
}


Expand Down

0 comments on commit a12efc4

Please sign in to comment.