Skip to content

Commit

Permalink
Added support for Gangs Wars!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafiqSadat authored Aug 30, 2024
1 parent 10a5d7b commit 9507d52
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 @@ -87,6 +87,13 @@
'timing': 20000 / 1000,
'attempts': 20,
},
11: {
'name': 'Gangs Wars',
'appToken': 'b6de60a0-e030-48bb-a551-548372493523',
'promoId': 'dfeb4d7f-08c4-4e82-a0a6-6b51151fe468',
'timing': 20000 / 1000,
'attempts': 20,
},
}


Expand Down

1 comment on commit 9507d52

@madkite2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gangs Wars invalid promo..

Try this

'name': 'Gangs Wars',
'appToken': 'b6de60a0-e030-48bb-a551-548372493523',
'promoId': 'c7821fa7-6632-482c-9635-2bd5798585f9',

Please sign in to comment.