make account age badges add 1% discount each

pull/216/head
Aevann 2023-10-26 21:33:35 +03:00
parent 36206112f6
commit 30aeef490f
1 changed files with 3 additions and 0 deletions

View File

@ -827,6 +827,9 @@ discounts = {
259: 0.02,
260: 0.02,
261: 0.02,
#Account age badges
134: 0.01,
237: 0.01,
}
CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/json"}