Skip to content

Commit a7da104

Browse files
authored
Added support for Bouncemasters!
1 parent a12efc4 commit a7da104

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@
8787
'timing': 20000 / 1000,
8888
'attempts': 20,
8989
},
90+
11: {
91+
'name': 'Bouncemasters',
92+
'appToken': 'bc72d3b9-8e91-4884-9c33-f72482f0db37',
93+
'promoId': 'bc72d3b9-8e91-4884-9c33-f72482f0db37',
94+
'timing': 20000 / 1000,
95+
'attempts': 20,
96+
},
9097
}
9198

9299

0 commit comments

Comments
 (0)