Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-06-14 07:54:39 +02:00
commit 70d4d73cd0
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ def submit_post(v, sub=None):
snappy = g.db.query(User).get(SNAPPY_ID)
if not (post.sub and g.db.query(Exile.user_id).filter_by(user_id=SNAPPY_ID, sub=post.sub).one_or_none()):
if post.sub == 'dankchristianmemes':
if post.sub == 'dankchristianmemes' or post.sub == 'truth':
body = random.choice(christian_emojis)
elif v.id == CARP_ID:
if random.random() < 0.02: body = "i love you carp"