remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 23:10:32 +02:00
parent 59479dddfc
commit 6c524497db
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ Thank you."""
BASED_MSG = """@{username}'s Based Count has increased by 1. Their Based Count is now {basedcount}."""
BASEDBOT_ACCOUNT = 800
NOTIFICATIONS_ACCOUNT = 1046
AUTOJANNY_ACCOUNT = 2360
LONGPOSTBOT_ACCOUNT = 1832

View File

@ -296,7 +296,7 @@ def api_comment(v):
g.db.flush()
if c.parent_comment and c_aux.body.lower().startswith("based"):
c_based = Comment(author_id=1,
c_based = Comment(author_id=BASEDBOT_ACCOUNT,
parent_submission=parent_submission,
distinguish_level=6,
parent_comment_id=c.id,