This commit is contained in:
Aevann1 2021-09-27 02:17:35 +02:00
parent d4a52932d0
commit 0fa499c591

View file

@ -168,7 +168,10 @@ def monthly(v):
for u in g.db.query(User).options(lazyload('*')).filter(User.patron > 0).all():
grant_awards = {}
if u.patron == 1:
if u.id == 1376:
grant_awards["fireflies"] = 40
grant_awards["ban"] = 6
elif u.patron == 1:
grant_awards["shit"] = 1
grant_awards["fireflies"] = 1
elif u.patron == 2: