Aevann1 2022-11-12 11:29:08 +02:00
parent 18c7fb365e
commit 3ff9cd448f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def execute_snappy(post, v):
else: body = "wow, a good lawlzpost for once!" else: body = "wow, a good lawlzpost for once!"
elif not SNAPPY_MARSEYS and not SNAPPY_QUOTES: elif not SNAPPY_MARSEYS and not SNAPPY_QUOTES:
body = "" body = ""
elif post.club and random.random() < 0.33: elif post.sub == 'masterbaiters' and random.random() < 0.33:
body = "Can you people come up with any ideas that don't involve committing federal crimes" body = "Can you people come up with any ideas that don't involve committing federal crimes"
else: else:
if SNAPPY_MARSEYS and SNAPPY_QUOTES: if SNAPPY_MARSEYS and SNAPPY_QUOTES: