forked from rDrama/rDrama
1
0
Fork 0

add discounts for lifetime_donated badges

master
Aevann 2023-05-13 00:26:48 +03:00
parent 0d4660c17f
commit 85e8e3cd0c
1 changed files with 6 additions and 0 deletions

View File

@ -948,6 +948,12 @@ discounts = {
76: 0.01,
77: 0.01,
78: 0.01,
#Lifetime donated badges
257: 0.02,
258: 0.02,
259: 0.02,
260: 0.02,
261: 0.02,
}
CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/json"}