remotes/1693045480750635534/spooky-22
Aevann1 2021-07-29 08:30:25 +02:00
parent 31ac14521e
commit 9ebefb9d82
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ def u_username(username, v=None):
if int(time.time()) - v.rent_utc < 600: paidrent = True
elif request.args.get("rent") == "true" and v.dramacoins > 500:
v.dramacoins -= 500
v.rent_utc = int(time.time())
g.db.add(v)
paidrent = True