remotes/1693045480750635534/spooky-22
Aevann1 2021-12-31 14:55:22 +02:00
parent e15b55b175
commit 8ccafeaeed
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ def monthly(v):
elif u.patron == 3: procoins = 10000
elif u.patron == 4: procoins = 25000
elif u.patron == 5: procoins = 50000
else: print(u.username)
u.procoins += procoins
g.db.add(u)