This commit is contained in:
Aevann1 2022-02-26 15:39:11 +02:00
parent 6ec6576b1e
commit 1e93320dc3
2 changed files with 5 additions and 1 deletions

View file

@ -1292,7 +1292,9 @@ def submit_post(v, sub=None):
n = Notification(comment_id=c_jannied.id, user_id=v.id)
g.db.add(n)
if v.id == CARP_ID:
if post.sub == 'dankchristianmemes':
body = random.choice(christian_emojis)
elif v.id == CARP_ID:
if random.random() < 0.02: body = "i love you carp"
else: body = ":#marseyfuckoffcarp:"
elif v.id == LAWLZ_ID: