From c3722e8081f53895ed41c914fe789cb1b58877fe Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Dec 2023 03:55:56 +0200 Subject: [PATCH] redactor snappy quote --- files/helpers/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 3fefd245a..0b1830be4 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -88,8 +88,10 @@ def execute_snappy(post, v): elif v.id == LAWLZ_ID: if random.random() < 0.5: body = "wow, this lawlzpost sucks!" else: body = "wow, a good lawlzpost for once!" - elif v.id == 253: + elif SITE == 'rdrama.net' and v.id == 253: body = "https://i.rdrama.net/images/16961715452780113.webp" + elif SITE == 'rdrama.net' and v.id == 8094: + body = "https://i.rdrama.net/images/17025988883967621.webp" else: if IS_DKD(): SNAPPY_CHOICES = SNAPPY_KONGS