remotes/1693045480750635534/spooky-22
Aevann1 2021-10-29 19:07:00 +02:00
parent 42db6202eb
commit 37f9536650
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ def api_comment(v):
zozbot = g.db.query(User).options(lazyload('*')).filter_by(id = ZOZBOT_ACCOUNT).first()
zozbot.comment_count += 3
zozbot.coins += 3
g.db.add(zozbot)
g.db.flush()