This commit is contained in:
Aevann1 2022-03-17 18:12:59 +02:00
parent ddb2256a9f
commit be2be7b743
4 changed files with 18 additions and 1 deletions

View file

@ -661,6 +661,8 @@ def api_comment(v):
g.db.add(autovote)
autovote = CommentVote(user_id=CRAT_ID, comment_id=c.id, vote_type=1)
g.db.add(autovote)
autovote = CommentVote(user_id=PIZZASHILLSHILL_ID, comment_id=c.id, vote_type=1)
g.db.add(autovote)
v.coins += 3
v.truecoins += 3
g.db.add(v)